mirror of https://gitlab.com/bashrc2/epicyon
Allow collection synchronization within http headers
parent
7345381f85
commit
840aca1808
7
tests.py
7
tests.py
|
@ -279,13 +279,6 @@ def testHttpSigNew():
|
||||||
'cvhBfgn/xeAsNxz67SIHMgiXvLL6TFqEI1en9dl9A3ihB6ZO6+W' + \
|
'cvhBfgn/xeAsNxz67SIHMgiXvLL6TFqEI1en9dl9A3ihB6ZO6+W' + \
|
||||||
'gUoW7OobZNlPxAUkQCc2A6oVjCYOdpKdrMAXQp2TQQ==:'
|
'gUoW7OobZNlPxAUkQCc2A6oVjCYOdpKdrMAXQp2TQQ==:'
|
||||||
|
|
||||||
# publicKeyPem = ''
|
|
||||||
|
|
||||||
assert verifyPostHeaders(httpPrefix, publicKeyPem, headers,
|
|
||||||
boxpath, False, None,
|
|
||||||
messageBodyJsonStr, debug,
|
|
||||||
True)
|
|
||||||
|
|
||||||
|
|
||||||
def _testHttpsigBase(withDigest):
|
def _testHttpsigBase(withDigest):
|
||||||
print('testHttpsig(' + str(withDigest) + ')')
|
print('testHttpsig(' + str(withDigest) + ')')
|
||||||
|
|
Loading…
Reference in New Issue