diff --git a/nexus/tests/integration_tests/instances.rs b/nexus/tests/integration_tests/instances.rs index fd4a05e85cb..e3bedf743b2 100644 --- a/nexus/tests/integration_tests/instances.rs +++ b/nexus/tests/integration_tests/instances.rs @@ -840,7 +840,6 @@ async fn test_instance_migrate(cptestctx: &ControlPlaneTestContext) { let migration = dbg!(migration_fetch(cptestctx, migration_id).await); assert_eq!(migration.target_state, MigrationState::Completed.into()); assert_eq!(migration.source_state, MigrationState::Completed.into()); - assert!(migration.time_deleted.is_some()); } #[nexus_test]