Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dorsha committed Oct 25, 2022
1 parent 2832df5 commit 0b6501a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_saml.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ def test_saml_start(self):
"Content-Type": "application/json",
"Authorization": f"Bearer {self.dummy_project_id}",
},
data=json.dumps({"tenant": "tenant1", "redirectURL": "http://dummy.com"}),
data=json.dumps(
{"tenant": "tenant1", "redirectURL": "http://dummy.com"}
),
allow_redirects=False,
verify=True,
)
Expand Down

0 comments on commit 0b6501a

Please sign in to comment.