Skip to content

Commit 79f3bca

Browse files
committed
Merge branch 'master' of github.com:web-push-libs/pywebpush into bug/18
Conflicts: pywebpush/__init__.py pywebpush/tests/test_webpush.py requirements.txt
2 parents 9dd51ea + 1a2e565 commit 79f3bca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pywebpush/tests/test_webpush.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def test_send_no_headers(self, mock_post):
119119
pheaders = mock_post.call_args[1].get('headers')
120120
eq_(pheaders.get('ttl'), '0')
121121
ok_('encryption' in pheaders)
122-
ckey = pheaders.get('crypto-key')
123122
eq_(pheaders.get('content-encoding'), 'aesgcm')
124123

125124
def test_ci_dict(self):

0 commit comments

Comments
 (0)