coverage
This commit is contained in:
@@ -114,7 +114,7 @@ def make_authorization_url(): # pragma: no cover
|
||||
|
||||
return HttpResponseRedirect(url)
|
||||
|
||||
def get_polar_notifications():
|
||||
def get_polar_notifications(): # pragma: no cover
|
||||
url = baseurl+'/notifications'
|
||||
state = str(uuid4())
|
||||
auth_string = '{id}:{secret}'.format(
|
||||
|
||||
Reference in New Issue
Block a user