Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webdriver: fix typo when raising exception for unparseable HTTP respo… #9399

Merged
merged 1 commit into from
Feb 6, 2018

Conversation

burg
Copy link
Contributor

@burg burg commented Feb 5, 2018

…nse.

When the server sends something that's not parseable as JSON, the transport
tries to raise an exception with the unparseable response formatted as JSON.
This won't work, so just dump the HTTP response as a string in the exception.


This change is Reviewable

…nse.

When the server sends something that's not parseable as JSON, the transport
tries to raise an exception with the unparseable response formatted as JSON.
This won't work, so just dump the HTTP response as a string in the exception.
@w3c-bots
Copy link

w3c-bots commented Feb 5, 2018

Build PASSED

Started: 2018-02-05 22:47:07
Finished: 2018-02-05 23:01:49

View more information about this build on:

@jgraham jgraham merged commit 3b0f707 into web-platform-tests:master Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants