mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Test fixes
This commit is contained in:
parent
6162129e3d
commit
4009ec844f
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user