aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/users/tests/test_models.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/users/tests/test_models.py')
-rw-r--r--pyblackbird_cc/users/tests/test_models.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pyblackbird_cc/users/tests/test_models.py b/pyblackbird_cc/users/tests/test_models.py
deleted file mode 100644
index 33802cd..0000000
--- a/pyblackbird_cc/users/tests/test_models.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from pyblackbird_cc.users.models import User
-
-
-def test_user_get_absolute_url(user: User):
- assert user.get_absolute_url() == f"/users/{user.pk}/"