We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0277173 commit 5ad4809Copy full SHA for 5ad4809
phd-tests/tests/src/server_state_machine.rs
@@ -37,15 +37,15 @@ async fn instance_stop_causes_destroy_test(ctx: &Framework) {
37
38
assert!(matches!(
39
vm.run().await.unwrap_err().status().unwrap(),
40
- http::status::StatusCode::NOT_FOUND
+ http::status::StatusCode::FAILED_DEPENDENCY
41
));
42
43
vm.stop().await.unwrap_err().status().unwrap(),
44
45
46
47
vm.reset().await.unwrap_err().status().unwrap(),
48
49
50
}
51
0 commit comments