This commit is contained in:
Matthias 2022-02-13 23:42:05 +01:00
parent 384d458110
commit 9246eea38e
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

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