2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00
This commit is contained in:
Matthias
2022-02-13 23:42:05 +01:00
parent 384d458110
commit 9246eea38e

View File

@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from pydoc import resolve
from django.test import TestCase
from django.apps import apps
@ -222,7 +221,6 @@ class OwnerModelTest(TestCase):
# user detail
self.do_request(reverse('api-owner-detail', kwargs={'pk': self.user.id}), {})
def test_token(self):
"""
Test token mechanisms