Skip to content

Commit

Permalink
Fixed args parse test.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemac007 committed Apr 13, 2020
1 parent 635a65a commit d408dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_google_auth/tests/test_args_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_no_arguments(self):

# Assert the size of the parameter so that new parameters trigger a review of this function
# and the appropriate defaults are added here to track backwards compatibility in the future.
self.assertEqual(len(vars(parser)), 18)
self.assertEqual(len(vars(parser)), 19)

def test_username(self):

Expand Down

0 comments on commit d408dff

Please sign in to comment.