Skip to content

Commit

Permalink
Pleasure the style dictator
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Jul 10, 2024
1 parent b53e3cb commit 28f7744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydis_site/apps/api/tests/test_github_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def get_response_get_artifact(request: httpx.Request, **_) -> httpx.Response:

def setUp(self) -> None:
self.call_args = ["owner", "repo", "action_sha", "action_name", "artifact_name"]
self.client = httpx.Client(base_url="https://example.com")
self.client = httpx.Client(base_url="https://example.com", timeout=5)

self.patchers = [
mock.patch.object(self.client, "send", new=self.get_response_get_artifact),
Expand Down

0 comments on commit 28f7744

Please sign in to comment.