We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a181b commit 7d07f23Copy full SHA for 7d07f23
docker/sync-wrap/src/app.google.spec.js
@@ -47,6 +47,7 @@ describe("express with google upstream and botli decompress", function () {
47
it("returns good content for / with accept-encoding and User-Agent", (done) => {
48
request(server)
49
.get("/")
50
+ .redirects(1)
51
.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")
52
.set("Accept-Encoding", "gzip, deflate, br")
53
.set("User-Agent", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36")
0 commit comments