Skip to content

Commit e311cd4

Browse files
committed
test: assert headers
1 parent dff028a commit e311cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/web_push_elixir_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule WebPushElixirTest do
3636

3737
assert [
3838
{"cache-control", "max-age=0, private, must-revalidate"},
39-
{"content-length", "611"},
39+
{"content-length", "1578"},
4040
{"content-type", "text/html; charset=utf-8"},
4141
{"date", <<_date::binary>>},
4242
{"server", "Cowboy"}
@@ -60,7 +60,7 @@ defmodule WebPushElixirTest do
6060

6161
assert [
6262
{"cache-control", "max-age=0, private, must-revalidate"},
63-
{"content-length", "916"},
63+
{"content-length", "1911"},
6464
{"content-type", "application/x-javascript"},
6565
{"date", <<_date::binary>>},
6666
{"server", "Cowboy"}

0 commit comments

Comments
 (0)