Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed May 22, 2024
1 parent bc20383 commit b4e417e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/sources/helpers/rest_client/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def __call__(self, request: Request) -> Request:
request.headers["Authorization"] = f"Bearer {self.token}"
return request


auth_list = [
CustomAuthConfigBase("test-token"),
CustomAuthAuthBase("test-token"),
Expand All @@ -224,4 +223,4 @@ def __call__(self, request: Request) -> Request:
pages_list = list(pages_iter)
assert_pagination(pages_list)

assert pages_list[0].response.request.headers["Authorization"] == "Bearer test-token"
assert pages_list[0].response.request.headers["Authorization"] == "Bearer test-token"

0 comments on commit b4e417e

Please sign in to comment.