This commit is contained in:
Sonny Bakker 2024-08-31 10:21:25 +02:00
parent bc8ec0257e
commit bb74e875e0

View file

@ -38,7 +38,7 @@ class CollectionRuleDetailViewTestCase(TestCase):
data = response.json() data = response.json()
self.assertEquals(response.status_code, 404) self.assertEquals(response.status_code, 404)
self.assertEquals(data["detail"], "No Post matches the given query.") self.assertEquals(data["detail"], "No CollectionRule matches the given query.")
def test_post(self): def test_post(self):
rule = FeedFactory(user=self.user) rule = FeedFactory(user=self.user)