Skip to content

Commit 898e507

Browse files
authored
Fixed the comment when config is used. (#105)
1 parent 6dcef7f commit 898e507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def create_engine_wait(ctx: api.Context, engine: str):
3030
client_credentials_url = os.getenv("CLIENT_CREDENTIALS_URL")
3131

3232
if client_id is None:
33-
print("not using config from path")
33+
print("using config from path")
3434
cfg = config.read()
3535
else:
3636
file = tempfile.NamedTemporaryFile(mode="w")

0 commit comments

Comments
 (0)