diff --git a/nexus/tests/integration_tests/instances.rs b/nexus/tests/integration_tests/instances.rs index 7b0d2ab32d..6790ecf750 100644 --- a/nexus/tests/integration_tests/instances.rs +++ b/nexus/tests/integration_tests/instances.rs @@ -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)