Skip to content

Commit

Permalink
Add log_level parameter to NBIAClient constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 18, 2024
1 parent 4cfd83f commit 9d1144d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_new_query_functionality.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from math import log
import pytest
from src.nbiatoolkit import NBIAClient
from src.nbiatoolkit.auth import OAuth2
Expand All @@ -7,7 +8,7 @@

@pytest.fixture(scope="session")
def nbia_client():
nbia_client = NBIAClient()
nbia_client = NBIAClient(log_level="DEBUG")
return nbia_client


Expand Down

0 comments on commit 9d1144d

Please sign in to comment.