Skip to content

Commit

Permalink
fix 1 failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Sep 20, 2023
1 parent 4802bdf commit 670c130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ def test_render_child_plugin_token_validation(self):
endpoint += f'?token={action_token}&plugin={child_plugin.pk}'
response = self.client.get(endpoint)

self.assertEqual(response.status_code, 400)
self.assertEqual(response.status_code, 204)
self.assertEqual(force_str(response.content), 'Unable to process your request.')

def test_custom_ckeditor_body_css_classes(self):
Expand Down

0 comments on commit 670c130

Please sign in to comment.