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 e814de8 commit 2aaafb6Copy full SHA for 2aaafb6
ansible_wisdom/wildcard_oauth2/tests/test_wildcard_oauth2.py
@@ -20,6 +20,7 @@ def setUp(self):
20
def test_standalone_vscode_callback_uri(self):
21
rc = self.app.redirect_uri_allowed('vscode://redhat.ansible')
22
self.assertTrue(rc)
23
+ self.app.clean()
24
25
def test_invalid_callback_uri(self):
26
rc = self.app.redirect_uri_allowed('vscode://othercompany.ansible')
0 commit comments