Skip to content

Commit

Permalink
Update package version in awscli2 test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
knivnia authored and narmaku committed Jan 27, 2025
1 parent c34c530 commit 7f3dd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_suite/package/test_awscli2.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def import_aws_credentials(self, host):
f'Could not configure temporary AWS credentials. Error: {result.stderr}'

def test_awscli2_version(self, host):
expected_version = '2.15.31'
expected_version = '2.22.9'

result = test_lib.print_host_command_output(host,
'aws --version',
Expand Down

0 comments on commit 7f3dd9c

Please sign in to comment.