We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7074e05 commit dced607Copy full SHA for dced607
tests/integration_tests/conftest.py
@@ -14,8 +14,6 @@
14
CLIENT_SECRET = os.getenv('DATACRUNCH_CLIENT_SECRET')
15
CLIENT_ID = os.getenv('DATACRUNCH_CLIENT_ID')
16
17
-print(CLIENT_SECRET)
18
-
19
20
@pytest.fixture
21
def datacrunch_client():
0 commit comments