Skip to content

Commit

Permalink
Run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
zansinergise committed Aug 13, 2024
1 parent ce3bc2c commit 9c136fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def decorated_function(*args, **kwargs):
responses.add(
responses.GET,
"https://etl.terrascope.be/user",
headers={"content-type": "application/json", "Authorization": f"Bearer mocked_token"}
headers={"content-type": "application/json", "Authorization": f"Bearer mocked_token"},
)

responses.add_passthru(re.compile(".*"))
Expand Down

0 comments on commit 9c136fe

Please sign in to comment.