Allow collection synchronization within http headers

merge-requests/30/head
Bob Mottram 2021-03-14 17:53:47 +00:00
parent 7345381f85
commit 840aca1808
1 changed files with 0 additions and 7 deletions

View File

@ -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) + ')')