We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3649dee commit 672b689Copy full SHA for 672b689
quickwit/quickwit-integration-tests/src/tests/tls_tests.rs
@@ -58,6 +58,8 @@ async fn test_tls_rest() {
58
.len(),
59
0
60
);
61
+
62
+ sandbox.shutdown().await.unwrap();
63
}
64
65
#[tokio::test]
0 commit comments