Skip to content

Commit

Permalink
Assert AWS CLI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Oct 7, 2024
1 parent 0b9df49 commit b5c57b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_aws.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import pytest

def test_aws(host):
assert 'aws-cli/' in host.run('aws --version').stdout

0 comments on commit b5c57b8

Please sign in to comment.