Skip to content

Commit

Permalink
Fix webkitgtk unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Jun 26, 2024
1 parent 0d02276 commit defe6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wptrunner/wptrunner/tests/browsers/test_webkitgtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, config):
executor_args = product_data.get_executor_kwargs(None,
None,
MockEnvironment(env_config),
{},
{"os": sys.platform},
**kwargs)
assert 'capabilities' in executor_args
assert 'webkitgtk:browserOptions' in executor_args['capabilities']
Expand Down

1 comment on commit defe6e5

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error!

HttpError: Invalid request.

Only 65535 characters are allowed; 11736474 were supplied.

Please sign in to comment.