We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325ec54 commit f12ba0cCopy full SHA for f12ba0c
tests/test_client.py
@@ -30,7 +30,7 @@ def client():
30
os.environ.get("API_PASSWORD") or "test",
31
base_url=os.environ.get("API_BASE_URL") or DEFAULT_URL,
32
http=h,
33
- ) as c:
+ ) as c:
34
yield c
35
36
0 commit comments