Skip to content

Commit

Permalink
fix(nexus_cleanup): cleanup old nexuses post volume destroy
Browse files Browse the repository at this point in the history
Signed-off-by: Abhilash Shetty <[email protected]>
  • Loading branch information
abhilashshetty04 committed May 25, 2023
1 parent 3ad0bc4 commit 044556a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions control-plane/agents/src/bin/core/tests/volume/switchover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ async fn old_nexus_delete_after_vol_destroy() {
.expect("failed to start container");
sleep(Duration::from_secs(5)).await;

let spec = cluster
.rest_v00()
.specs_api()
let spec = spec_client
.get_specs()
.await
.expect("expected to retrieve specs");
Expand Down

0 comments on commit 044556a

Please sign in to comment.