Skip to content

Commit 2aaafb6

Browse files
committed
Improve test coverage
1 parent e814de8 commit 2aaafb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible_wisdom/wildcard_oauth2/tests/test_wildcard_oauth2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def setUp(self):
2020
def test_standalone_vscode_callback_uri(self):
2121
rc = self.app.redirect_uri_allowed('vscode://redhat.ansible')
2222
self.assertTrue(rc)
23+
self.app.clean()
2324

2425
def test_invalid_callback_uri(self):
2526
rc = self.app.redirect_uri_allowed('vscode://othercompany.ansible')

0 commit comments

Comments
 (0)