Skip to content

Commit 36a153c

Browse files
committed
llint
1 parent 08645b8 commit 36a153c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflowai/core/client/api_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class TestOutputModel(BaseModel):
7979
returns=TestOutputModel,
8080
):
8181
pass
82-
except Exception as e:
82+
except httpx.HTTPStatusError as e:
8383
assert isinstance(e, httpx.HTTPStatusError)
8484
assert e.response.status_code == 404
8585
assert e.response.reason_phrase == "Not Found"

0 commit comments

Comments
 (0)