Skip to content

Commit 418b470

Browse files
committed
debug
1 parent 2e77b0d commit 418b470

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/sync-wrap/src/app.google.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe("express with google upstream and botli decompress", function () {
6161
request(server)
6262
.get("/")
6363
.set("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9")
64-
.set("Accept-Encoding", "gzip, deflate, br")
64+
.set("Accept-Encoding", "gzip, deflate")
6565
.set("User-Agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36")
6666
// .expect(r => {
6767
// expect(r.text).to.be.a("string").and.satisfy(body => body.startsWith("<!doctype html>"));
@@ -103,7 +103,7 @@ describe("express with google upstream and botli decompress", function () {
103103
request(server)
104104
.get("/")
105105
.set("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9")
106-
.set("Accept-Encoding", "gzip, deflate, br")
106+
.set("Accept-Encoding", "gzip, deflate")
107107
.set("Cache-Control", "no-cache")
108108
.set("Connection", "keep-alive")
109109
.set("Pragma", "no-cache")

0 commit comments

Comments
 (0)