From dc703e683b015fcd8b29eb08efd567cd3a200eed Mon Sep 17 00:00:00 2001 From: James MacMahon Date: Mon, 11 Dec 2023 10:33:04 -0500 Subject: [PATCH] i got u fam --- nexus/tests/integration_tests/instances.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)