Skip to content

Commit

Permalink
shhhh... delete_orphaned_plugins must stay silent in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evildmp committed Jan 17, 2013
1 parent 21f91fb commit 25d21d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/tests/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_delete_orphaned_plugins(self):
1)


management.call_command('cms', 'delete_orphaned_plugins')
management.call_command('cms', 'delete_orphaned_plugins', stdout=StringIO())
report = plugin_report()

# there should be reports for two plugin types (one should have been deleted)
Expand Down

0 comments on commit 25d21d6

Please sign in to comment.