We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0105bd9 commit a5547acCopy full SHA for a5547ac
test/UtilTest.py
@@ -49,7 +49,7 @@ def test_notification_request_item_hmac(self):
49
{'hmacSignature': hmac_calculation_str})
50
self.assertTrue(hmac_validate)
51
52
- def test_notifications_with_slashes(self):
+ def test_webhooks_with_slashes(self):
53
hmac_key = "74F490DD33F7327BAECC88B2947C011FC02D014A473AAA33A8EC93E4DC069174"
54
with open('test/mocks/util/backslash_notification.json') as file:
55
backslash_notification = load(file)
0 commit comments