Skip to content

Commit 5c12539

Browse files
♻️ refactor: update Client initialization in conftest.py
1 parent 5139f2a commit 5c12539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def event_loop():
2323
@pytest.fixture(scope='session')
2424
def client() -> Client:
2525
load_dotenv()
26-
return Client(os.getenv('KEY'), log_level='DEBUG')
26+
return Client(os.getenv('KEY'))
2727

2828

2929
@pytest.fixture(scope='session')

0 commit comments

Comments
 (0)