Skip to content

Commit

Permalink
fixup! confest _http_session instead of http_session
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Aug 16, 2024
1 parent 2173274 commit c22fd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def get(self, *_args, **_kwargs):
http_session = MockHttpSession()

client = AlephHttpClient(api_server="http://localhost")
client.http_session = http_session
client._http_session = http_session

return client

Expand Down

0 comments on commit c22fd7d

Please sign in to comment.