Fix test authorization
This commit is contained in:
parent
aa037d27f5
commit
d115d30e82
|
|
@ -22,7 +22,6 @@ def get_tokens_for_user(
|
||||||
class AuthorizationTests(APITestCase):
|
class AuthorizationTests(APITestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
print("Auth!")
|
|
||||||
data = get_tokens_for_user()
|
data = get_tokens_for_user()
|
||||||
self.username = data["username"]
|
self.username = data["username"]
|
||||||
self.password = data["password"]
|
self.password = data["password"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user