Skip to content

Commit

Permalink
test: add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Feb 10, 2024
1 parent afa1d44 commit 329e080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,9 +815,9 @@ def test_default_user():
)
assert out != "OK"

# with Finally("I clean up"):
# with By("deleting test namespace"):
# delete_test_namespace()
with Finally("I clean up"):
with By("deleting test namespace"):
delete_test_namespace()


@TestScenario
Expand Down

0 comments on commit 329e080

Please sign in to comment.