Skip to content

Commit

Permalink
i got u fam
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp committed Dec 11, 2023
1 parent 8b04b36 commit dc703e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nexus/tests/integration_tests/instances.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3928,7 +3928,8 @@ async fn test_instance_create_in_silo(cptestctx: &ControlPlaneTestContext) {
.execute()
.await
.expect("Failed to stop the instance");
instance_simulate(nexus, &instance.identity.id).await;

instance_simulate_with_opctx(nexus, &instance.identity.id, &opctx).await;

// Delete the instance
NexusRequest::object_delete(client, &instance_url)
Expand Down

0 comments on commit dc703e6

Please sign in to comment.