Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
ddriddle committed Oct 10, 2024
1 parent 5b11d0d commit defba2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/config/test_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ def test_full_config(self) -> None:
"password": 'secret2',
"factor": 'sms',
"role_arn": "arn:aws:iam::account-id:role/role-name2",
"passcode": "secret",
"duration": 1500,
"http_header_factor": "X_Bar",
"http_header_passcode": "X_Foo",
Expand All @@ -388,7 +387,6 @@ def test_logically_false_args_full_config(self) -> None:
"password": '',
"factor": '',
"role_arn": "",
"passcode": "",
"duration": 0,
"http_header_factor": "",
"http_header_passcode": "",
Expand Down

0 comments on commit defba2a

Please sign in to comment.