Test fixes

This commit is contained in:
Oliver 2021-06-23 23:42:56 +10:00
parent 6162129e3d
commit 4009ec844f

View File

@ -38,7 +38,7 @@ class APITests(InvenTreeAPITestCase):
auth = b64encode(authstring).decode("ascii")
self.client.credentials(HTTP_AUTHORIZATION="Basic {auth}".format(auth=auth))
def test_tokenAuth(self):
def tokenAuth(self):
self.basicAuth()
token_url = reverse('api-token')