Skip to content

Commit 0c15c6d

Browse files
committed
fix incorrect setting of options for run
1 parent e431b51 commit 0c15c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/testing/application_runners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def run():
162162
app.css.config.serve_locally = True
163163

164164
options = kwargs.copy()
165-
options["disable_version_check"] = True
165+
options["dev_tools_disable_version_check"] = True
166166

167167
if "port" not in kwargs:
168168
options["port"] = self.port = BaseDashRunner._next_port

0 commit comments

Comments
 (0)