Skip to content

Commit

Permalink
Update test_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Mar 24, 2023
1 parent 697aa6b commit 6980d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def _assert_aws_cli_env_var_not_exists(self):

def _assert_default_aws_cli_credential_is_different(self, bsm: BotoSesManager):
args = ["aws", "sts", "get-caller-identity"]
subprocess.run(args)
response = json.loads(
subprocess.run(args, capture_output=True).stdout.decode("utf-8")
)
Expand Down

0 comments on commit 6980d73

Please sign in to comment.