Fix typo
This commit is contained in:
parent
bc8ec0257e
commit
bb74e875e0
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class CollectionRuleDetailViewTestCase(TestCase):
|
|||
data = response.json()
|
||||
|
||||
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):
|
||||
rule = FeedFactory(user=self.user)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue