Skip to content

Commit

Permalink
Bump version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Salmon committed Apr 23, 2021
1 parent 816f725 commit a933817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_arguments():
s = S3Service()

a = subprocess.run([sys.executable, '-m', 'S3Scanner', '--version'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
assert a.stdout.decode('utf-8').strip() == '2.0.0'
assert a.stdout.decode('utf-8').strip() == '2.0.1'

b = subprocess.run([sys.executable, '-m', 'S3Scanner', 'scan', '--bucket', 'flaws.cloud'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
assert_scanner_output(s, 'flaws.cloud | bucket_exists | AuthUsers: [], AllUsers: [Read]', b.stdout.decode('utf-8').strip())
Expand Down

0 comments on commit a933817

Please sign in to comment.