From d408dff01f278c74643bb0c296d9d8af70a9a119 Mon Sep 17 00:00:00 2001 From: Steve Mactaggart Date: Mon, 13 Apr 2020 20:26:11 +1000 Subject: [PATCH] Fixed args parse test. --- aws_google_auth/tests/test_args_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_google_auth/tests/test_args_parser.py b/aws_google_auth/tests/test_args_parser.py index 1ede993..e7f094b 100644 --- a/aws_google_auth/tests/test_args_parser.py +++ b/aws_google_auth/tests/test_args_parser.py @@ -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):