Skip to content

Commit 4a65244

Browse files
committed
Add F# headers to tests
1 parent 382df12 commit 4a65244

7 files changed

+7
-0
lines changed

fsharp-backend/tests/httptestfiles/request-header-accept-encoding-br.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ access-control-allow-origin: * // OCAMLONLY
1919
x-darklang-execution-id: 0123456789
2020
Server: nginx/1.16.1 // OCAMLONLY
2121
Server: darklang // FSHARPONLY
22+
Vary: Accept-Encoding // FSHARPONLY
2223
Connection: keep-alive // OCAMLONLY
2324
Content-Length: LENGTH
2425

fsharp-backend/tests/httptestfiles/request-header-accept-encoding-compress.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ access-control-allow-origin: * // OCAMLONLY
1919
x-darklang-execution-id: 0123456789
2020
Server: nginx/1.16.1 // OCAMLONLY
2121
Server: darklang // FSHARPONLY
22+
Vary: Accept-Encoding // FSHARPONLY
2223
Connection: keep-alive // OCAMLONLY
2324
Content-Length: LENGTH
2425

fsharp-backend/tests/httptestfiles/request-header-accept-encoding-deflate.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ access-control-allow-origin: * // OCAMLONLY
1919
x-darklang-execution-id: 0123456789
2020
Server: nginx/1.16.1 // OCAMLONLY
2121
Server: darklang // FSHARPONLY
22+
Vary: Accept-Encoding // FSHARPONLY
2223
Connection: keep-alive // OCAMLONLY
2324
Content-Length: LENGTH
2425

fsharp-backend/tests/httptestfiles/request-header-accept-encoding-gzip.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ access-control-allow-origin: * // OCAMLONLY
1919
x-darklang-execution-id: 0123456789
2020
Server: nginx/1.16.1 // OCAMLONLY
2121
Server: darklang // FSHARPONLY
22+
Vary: Accept-Encoding // FSHARPONLY
2223
Connection: keep-alive // OCAMLONLY
2324
Content-Length: LENGTH
2425

fsharp-backend/tests/httptestfiles/request-header-accept-encoding-identity.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ access-control-allow-origin: * // OCAMLONLY
1919
x-darklang-execution-id: 0123456789
2020
Server: nginx/1.16.1 // OCAMLONLY
2121
Server: darklang // FSHARPONLY
22+
Vary: Accept-Encoding // FSHARPONLY
2223
Connection: keep-alive // OCAMLONLY
2324
Content-Length: LENGTH
2425

fsharp-backend/tests/httptestfiles/request-header-accept-encoding-many.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ access-control-allow-origin: * // OCAMLONLY
1919
x-darklang-execution-id: 0123456789
2020
Server: nginx/1.16.1 // OCAMLONLY
2121
Server: darklang // FSHARPONLY
22+
Vary: Accept-Encoding // FSHARPONLY
2223
Connection: keep-alive // OCAMLONLY
2324
Content-Length: LENGTH
2425

fsharp-backend/tests/httptestfiles/request-header-accept-encoding-star.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ access-control-allow-origin: * // OCAMLONLY
1919
x-darklang-execution-id: 0123456789
2020
Server: nginx/1.16.1 // OCAMLONLY
2121
Server: darklang // FSHARPONLY
22+
Vary: Accept-Encoding // FSHARPONLY
2223
Connection: keep-alive // OCAMLONLY
2324
Content-Length: LENGTH
2425

0 commit comments

Comments
 (0)