Skip to content
Snippets Groups Projects
Verified Commit 2fcffa0b authored by Wiktor Kwapisiewicz's avatar Wiktor Kwapisiewicz
Browse files

fix: Adjust the test to remove credentials as they are not needed in `unlock`

parent 1b792ec6
No related branches found
No related tags found
1 merge request!35fix: Adjust the test to remove credentials as they are not needed in `unlock`
......@@ -70,7 +70,7 @@ async fn initial_provisioning(
)?;
nethsm.lock()?;
assert!(nethsm.state()? == SystemState::Locked);
nethsm.remove_credentials("admin");
nethsm.unlock(Passphrase::new(new_unlock_passphrase.to_string()))?;
assert!(nethsm.state()? == SystemState::Operational);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment