From 840aca1808dc0a14e332d90ceaae840ebf702a3c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 14 Mar 2021 17:53:47 +0000 Subject: [PATCH] Allow collection synchronization within http headers --- tests.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests.py b/tests.py index f204295ff..a3ba76b63 100644 --- a/tests.py +++ b/tests.py @@ -279,13 +279,6 @@ def testHttpSigNew(): 'cvhBfgn/xeAsNxz67SIHMgiXvLL6TFqEI1en9dl9A3ihB6ZO6+W' + \ 'gUoW7OobZNlPxAUkQCc2A6oVjCYOdpKdrMAXQp2TQQ==:' -# publicKeyPem = '' - - assert verifyPostHeaders(httpPrefix, publicKeyPem, headers, - boxpath, False, None, - messageBodyJsonStr, debug, - True) - def _testHttpsigBase(withDigest): print('testHttpsig(' + str(withDigest) + ')')