We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40dbbe0 commit 7440fcfCopy full SHA for 7440fcf
integration_test/integration_test.go
@@ -307,6 +307,9 @@ func (suite *IntegrationTestSuite) TestPrometheus() {
307
suite.Equal(http.StatusOK, response.StatusCode())
308
}
309
310
-func (suite *IntegrationTestSuite) TestShutdownBeelzebub() {
+func (suite *IntegrationTestSuite) TearDownSuite() {
311
suite.Require().NoError(suite.beelzebubBuilder.Close())
312
+ if suite.tlsCleanup != nil {
313
+ suite.tlsCleanup()
314
+ }
315
0 commit comments