Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius committed Sep 4, 2024
1 parent 0ec804f commit 166a535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/base/tests/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class OAuthAddonAuthViewsTestCaseMixin(OAuthAddonTestCaseMixin):
def setUp(self):

super().setUp()
if isinstance(self.Provider, ExternalProvider):
if issubclass(self.Provider, ExternalProvider):
# only setup expected_oauth_callback_url_path if the provider uses oauth
if self.Provider._oauth_version == 1:
self.expected_oauth_callback_url_path = '/v1/oauth1/callback'
Expand Down

0 comments on commit 166a535

Please sign in to comment.