Skip to content

Commit e3acf54

Browse files
authored
Update tests.py
1 parent 206c0d5 commit e3acf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def test_entries_feed_includes_subscribe_note(self):
291291
EntryFactory()
292292
response = self.client.get("/atom/entries/")
293293
self.assertIn(
294-
"You are only seeing the entries from my blog. Subscribe to",
294+
"You are only seeing the",
295295
response.content.decode(),
296296
)
297297

0 commit comments

Comments
 (0)