Skip to content

Commit 191bc70

Browse files
committed
test: assert content length
1 parent 164c6f0 commit 191bc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/web_push_elixir_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule WebPushElixirTest do
2121
assert [
2222
{"Authorization", "WebPush " <> <<_jwt::binary>>},
2323
{"Content-Encoding", "aesgcm"},
24-
{"Content-Length", <<_content_length::binary>>},
24+
{"Content-Length", "30"},
2525
{"Content-Type", "application/octet-stream"},
2626
{"Crypto-Key", <<_crypto_keys::binary>>},
2727
{"Encryption", "salt=" <> <<_salt::binary>>},

0 commit comments

Comments
 (0)