Skip to content

Commit 7d07f23

Browse files
committed
debug
1 parent 32a181b commit 7d07f23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ describe("express with google upstream and botli decompress", function () {
4747
it("returns good content for / with accept-encoding and User-Agent", (done) => {
4848
request(server)
4949
.get("/")
50+
.redirects(1)
5051
.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")
5152
.set("Accept-Encoding", "gzip, deflate, br")
5253
.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

Comments
 (0)