Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
fixes typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsimam authored and kevo1ution committed May 30, 2021
1 parent 175c324 commit c6c3b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/integration/tests/waiter/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ def test_update_nested_args_yaml_with_overrides_success(self):
def test_update_nested_args_json_with_overrides_failure(self):
self.__test_update_token_override_failure('json', False, update_flags="--env.FOO testing")

def test_update_nested_args_json_with_overrides_failure(self):
def test_update_nested_args_yaml_with_overrides_failure(self):
self.__test_update_token_override_failure('yaml', False, update_flags="--env.FOO testing")

def test_show_service_current(self):
Expand Down

0 comments on commit c6c3b7a

Please sign in to comment.