Skip to content

Commit

Permalink
Bug 1509506 [wpt PR 14204] - Expect empty string as default instead o…
Browse files Browse the repository at this point in the history
…f OK, a=testonly

Automatic update from web-platform-testsFetch: expect empty string as default instead of OK

Follow-up to 99e9e996267ccd5c1344b7d0164c5e5763b3b174.
--

wpt-commits: bf2bef64b0056d8641ba1caf65315fa28221add9
wpt-pr: 14204
  • Loading branch information
domfarolino authored and jgraham committed Dec 11, 2018
1 parent bc0cb8c commit ff06f7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url" : "",
"ok" : true,
"status" : 200,
"statusText" : "OK"
"statusText" : ""
};

var response = new Response();
Expand Down

0 comments on commit ff06f7c

Please sign in to comment.