Skip to content

Commit

Permalink
Update tests/test_plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Jan 30, 2025
1 parent e2a9024 commit 2c857dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ def test_user_cant_edit_child_plugins_directly(self):
text_plugin.body,
new_plugin_content='<img src="">',
)
print(overridden_text)
endpoint = self.get_change_plugin_uri(text_plugin)
response = self.client.post(endpoint, {"body": overridden_text})
text_plugin.refresh_from_db()
Expand Down

0 comments on commit 2c857dc

Please sign in to comment.