Skip to content

Commit

Permalink
Fix ec2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthycoin committed Nov 29, 2017
1 parent 7adbbee commit 1dafa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def test_help_usage_service_level(self):
self.assertIn('aws: error', p.stderr)

def test_help_usage_operation_level(self):
p = aws('ec2 run-instances')
p = aws('ec2 run-instances --ImageId foobar')
self.assertIn('usage: aws [options] <command> '
'<subcommand> [<subcommand> ...] [parameters]', p.stderr)

Expand Down

0 comments on commit 1dafa61

Please sign in to comment.