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 6dcef7f commit 898e507Copy full SHA for 898e507
tests/integration.py
@@ -30,7 +30,7 @@ def create_engine_wait(ctx: api.Context, engine: str):
30
client_credentials_url = os.getenv("CLIENT_CREDENTIALS_URL")
31
32
if client_id is None:
33
- print("not using config from path")
+ print("using config from path")
34
cfg = config.read()
35
else:
36
file = tempfile.NamedTemporaryFile(mode="w")
0 commit comments