Skip to content

Commit 378056b

Browse files
committed
previous commit blocked CI jobs, this should fix the problem
1 parent bde6e09 commit 378056b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
no_kg_err_msg = "No KG connection - have you set the environment variable KG_AUTH_TOKEN?"
1212

1313
try:
14-
client = KGClient(host=kg_host)
14+
client = KGClient(host=kg_host, allow_interactive=False)
1515
except AuthenticationError:
1616
pass
1717
except SSLError:

0 commit comments

Comments
 (0)