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 f5b8140 commit 97bf513Copy full SHA for 97bf513
tests/unit_test.py
@@ -2221,3 +2221,8 @@ def test_cleanup():
2221
os.remove("unit-test-default-cluster.yaml")
2222
os.remove("test.yaml")
2223
os.remove("raytest2.yaml")
2224
+ os.remove("quicktest.yaml")
2225
+ os.remove("tls-cluster-namespace/ca.crt")
2226
+ os.remove("tls-cluster-namespace/tls.crt")
2227
+ os.remove("tls-cluster-namespace/tls.key")
2228
+ os.rmdir("tls-cluster-namespace")
0 commit comments