Skip to content

Commit 28f7744

Browse files
committed
Pleasure the style dictator
1 parent b53e3cb commit 28f7744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydis_site/apps/api/tests/test_github_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def get_response_get_artifact(request: httpx.Request, **_) -> httpx.Response:
210210

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

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

0 commit comments

Comments
 (0)