Skip to content

Commit

Permalink
Fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed Oct 21, 2023
1 parent 45e86ba commit 5bed6ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ext/test_applicationbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class Client:
limits: object
http1: object
http2: object
transport: object = None

monkeypatch.setattr(httpx, "AsyncClient", Client)

Expand Down Expand Up @@ -322,6 +323,7 @@ class Client:
limits: object
http1: object
http2: object
transport: object = None

monkeypatch.setattr(httpx, "AsyncClient", Client)

Expand Down

0 comments on commit 5bed6ca

Please sign in to comment.