From 2c857dcc0a88f75f913c33a2a4f7fa545a4a0c03 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Thu, 30 Jan 2025 11:09:28 +0100 Subject: [PATCH] Update tests/test_plugin.py --- tests/test_plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_plugin.py b/tests/test_plugin.py index cc3a81ef..20fd9098 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -576,7 +576,6 @@ def test_user_cant_edit_child_plugins_directly(self): text_plugin.body, new_plugin_content='', ) - print(overridden_text) endpoint = self.get_change_plugin_uri(text_plugin) response = self.client.post(endpoint, {"body": overridden_text}) text_plugin.refresh_from_db()