Skip to content

Commit

Permalink
Updating order of enabled plugins in test to fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Sep 16, 2020
1 parent 82edea5 commit 9f3c2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_enabled_plugins_config(self):
# THEN
self.assertEqual(result.exit_code, 0)
self.assertIn(
"['blueprint_default', 'request_body', 'request_headers', 'request_url_info', 'response_echo', "
"['blueprint_default', 'request_url_info', 'request_headers', 'request_body', 'response_echo', "
"'response_info']",
result.output)

Expand Down

0 comments on commit 9f3c2ff

Please sign in to comment.