Skip to content

Commit

Permalink
Fixed tests to align with new parameter count.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemac007 committed Jun 12, 2020
1 parent 0f2a214 commit b936eca
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 @@ -39,7 +39,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)), 19)
self.assertEqual(len(vars(parser)), 20)

def test_username(self):

Expand Down

0 comments on commit b936eca

Please sign in to comment.