Skip to content

Commit b2d1856

Browse files
committed
Update test to remove incorrect flag passed to start_server
1 parent e7130f2 commit b2d1856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-table/tests/selenium/test_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def test_head006_style_merged_columns(test):
174174
use_reloader=False,
175175
use_debugger=True,
176176
dev_tools_hot_reload=False,
177-
test_head006_style_merged_columns=True,
177+
dev_tools_disable_version_check=True,
178178
)
179179

180180
target = test.table("table")

0 commit comments

Comments
 (0)