Skip to content

Commit 273f459

Browse files
Add --disable-auth-warning to integ tests.
1 parent dd200ac commit 273f459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/integ_test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def setUp(self):
226226
# Platform specific - for integration tests we want to engage
227227
# startup script
228228
with open(self.tmp_dir + "/output.txt", "w") as outfile:
229-
cmd = ["tabpy", "--config=" + self.config_file_name]
229+
cmd = ["tabpy", "--config=" + self.config_file_name, "--disable-auth-warning"]
230230
preexec_fn = None
231231
if platform.system() == "Windows":
232232
self.py = "python"

0 commit comments

Comments
 (0)