mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1608011 - Fix ESlint. r=lint-fix CLOSED TREE
This commit is contained in:
parent
95e5a521b3
commit
cd0639ae45
@ -57,7 +57,7 @@ add_task(async function test_working_bid_exchange_with_nodetype() {
|
||||
let nodeType = "the-node-type";
|
||||
|
||||
let server = httpd_setup({
|
||||
"/1.0/foo/1.0": function (request, response) {
|
||||
"/1.0/foo/1.0": function(request, response) {
|
||||
Assert.ok(request.hasHeader("accept"));
|
||||
Assert.ok(!request.hasHeader("x-conditions-accepted"));
|
||||
Assert.equal("application/json", request.getHeader("accept"));
|
||||
|
Loading…
Reference in New Issue
Block a user