Skip to content

Commit

Permalink
Fixed a test that has inaccurate assertion (#3263)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingchm authored Sep 14, 2021
1 parent ac47ffc commit 842b34f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/commands/delete/test_delete_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def test_delete_no_user_input(self, patched_click_get_current_context, patched_c
]

self.assertEqual(expected_prompt_calls, patched_prompt.call_args_list)
self.assertEqual(delete_context.region, "us-east-1")

@patch.object(
TomlProvider,
Expand Down

0 comments on commit 842b34f

Please sign in to comment.