fixing failing tests
This commit is contained in:
@@ -114,7 +114,7 @@ class C2Integration(SyncIntegration):
|
||||
return super(C2Integration, self).open(*args, **kwargs)
|
||||
|
||||
def token_refresh(self, *args, **kwargs):
|
||||
return super(C2Integration, self).open(*args, **kwargs)
|
||||
return super(C2Integration, self).token_refresh(*args, **kwargs)
|
||||
|
||||
def make_authorization_url(self, *args, **kwargs):
|
||||
scope = "user:read,results:write"
|
||||
|
||||
Reference in New Issue
Block a user