Skip to content

Commit 91e6f46

Browse files
committed
run tests with skip_config_check=True
1 parent 3e7c1dd commit 91e6f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run_test_on_directory(directory, capsys, skip_unsafe=False):
5050
(%s,%s,\'manual\',NULL,NOW()) RETURNING id;', params=(project_name, directory))[0]
5151

5252
# Run the application
53-
runner = Runner(uri=directory, uri_type="folder", pid=project_id, skip_unsafe=skip_unsafe)
53+
runner = Runner(uri=directory, uri_type="folder", pid=project_id, skip_unsafe=skip_unsafe, skip_config_check=True)
5454
runner.run()
5555

5656
# Capture Std.Out and Std.Err and make Assertions

0 commit comments

Comments
 (0)