fix checks

This commit is contained in:
Matthias 2021-09-07 23:59:28 +02:00
parent 48a4715b58
commit 30c98b828e
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -111,6 +111,9 @@ class URLTest(TestCase):
if url.startswith("admin:"): if url.startswith("admin:"):
return return
if url.startswith("account:"):
return
if pk: if pk:
# We will assume that there is at least one item in the database # We will assume that there is at least one item in the database
reverse(url, kwargs={"pk": 1}) reverse(url, kwargs={"pk": 1})