Event properties internal/authorised always return a explicit boolean rather than sometimes None

This commit is contained in:
2020-09-01 15:02:16 +01:00
parent 1d5429052f
commit 87e831a468
8 changed files with 50 additions and 47 deletions

View File

@@ -592,7 +592,7 @@ class TestVersioningViews(TestCase):
self.assertEqual(response.status_code, 200)
def test_activity_table_loads_successfully(self):
request_url = reverse('asset_activity_table')
request_url = reverse('assets_activity_table')
response = self.client.get(request_url, follow=True)
self.assertEqual(response.status_code, 200)