Skip to content

Commit 54f2e9e

Browse files
fix: restore client for conftest
1 parent b689701 commit 54f2e9e

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
@@ -209,7 +209,7 @@ def vcr_config() -> dict:
209209

210210
@pytest.fixture
211211
def client() -> Generator:
212-
yield Client()
212+
yield Client('api_key', 'secret_key')
213213

214214

215215
@pytest.fixture

0 commit comments

Comments
 (0)