mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fix servodriver server configuration.
This commit is contained in:
parent
8423a90871
commit
b16a6268d9
2 changed files with 2 additions and 2 deletions
|
@ -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"),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue