also cover list API

This commit is contained in:
Matthias 2022-05-06 01:31:23 +02:00
parent a2331829c9
commit 9a9a7e0ff4
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -534,6 +534,11 @@ class NotificationTest(TestCase):
self.assertTrue(NotificationEntry.check_recent('test.notification', 1, delta))
def test_api_list(self):
"""Test list URL"""
url = reverse('api-notifications-list')
self.get(url, expected_code=200)
class LoadingTest(TestCase):
"""