Skip to content

Commit

Permalink
tyPo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacalata committed Jul 22, 2024
1 parent 675c469 commit 8856952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parsers/test_parser_create_site_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_create_site_user_parser_auth_MFA(self):
assert args.site_name == "site-name", args
assert args.auth_type == "TableauIDWithMFA", args

def test_create_site_user_parser_auth_TAbId_NotAvailable(self):
def test_create_site_user_parser_auth_TabId_NotAvailable(self):
with mock.patch("builtins.open", mock.mock_open(read_data="test")):
mock_args = [commandname, "users.csv", "--site", "site-name", "--auth-type", "TableauId"]
with self.assertRaises(SystemExit):
Expand Down

0 comments on commit 8856952

Please sign in to comment.