Fix servodriver server configuration.

This commit is contained in:
Josh Matthews 2018-08-10 12:44:43 -04:00
parent 8423a90871
commit b16a6268d9
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ def browser_kwargs(test_type, run_info_data, config, **kwargs):
"binary": kwargs["binary"],
"binary_args": kwargs["binary_args"],
"debug_info": kwargs["debug_info"],
"server_config": config.ssl_config,
"server_config": config,
"user_stylesheets": kwargs.get("user_stylesheets"),
}