Skip to content

Commit 66c4851

Browse files
chore(internal): minor formatting changes (#385)
1 parent 6aecf47 commit 66c4851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_client.py

+2
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ def test_validate_headers(self) -> None:
384384
client_secret=client_secret,
385385
_strict_response_validation=True,
386386
)
387+
387388
with pytest.raises(
388389
TypeError,
389390
match="Could not resolve authentication method. Expected either access_token, sandbox_client_id or sandbox_client_secret to be set. Or for one of the `Authorization` or `Authorization` headers to be explicitly omitted",
@@ -1300,6 +1301,7 @@ def test_validate_headers(self) -> None:
13001301
client_secret=client_secret,
13011302
_strict_response_validation=True,
13021303
)
1304+
13031305
with pytest.raises(
13041306
TypeError,
13051307
match="Could not resolve authentication method. Expected either access_token, sandbox_client_id or sandbox_client_secret to be set. Or for one of the `Authorization` or `Authorization` headers to be explicitly omitted",

0 commit comments

Comments
 (0)