Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 22, 2023
1 parent bfbfd5b commit 84caf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_plugin_featured(self):
self.assertTrue(rendered.find(posts[0].get_absolute_url()) > -1)
self.assertTrue(rendered.find(posts[1].get_absolute_url()) > -1)
plugin.posts.remove(posts[1])

rendered = self.render_plugin(pages[0], "en", plugin, edit=True)
self.assertTrue(rendered.find(posts[0].get_absolute_url()) > -1)
self.assertFalse(rendered.find(posts[1].get_absolute_url()) > -1)
Expand Down

0 comments on commit 84caf2a

Please sign in to comment.