Skip to content

Commit 672b689

Browse files
committed
Fix missing sandbox shutdown
1 parent 3649dee commit 672b689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quickwit/quickwit-integration-tests/src/tests/tls_tests.rs

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ async fn test_tls_rest() {
5858
.len(),
5959
0
6060
);
61+
62+
sandbox.shutdown().await.unwrap();
6163
}
6264

6365
#[tokio::test]

0 commit comments

Comments
 (0)