Skip to content

Commit a5547ac

Browse files
authored
change UT name (#258)
1 parent 0105bd9 commit a5547ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UtilTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_notification_request_item_hmac(self):
4949
{'hmacSignature': hmac_calculation_str})
5050
self.assertTrue(hmac_validate)
5151

52-
def test_notifications_with_slashes(self):
52+
def test_webhooks_with_slashes(self):
5353
hmac_key = "74F490DD33F7327BAECC88B2947C011FC02D014A473AAA33A8EC93E4DC069174"
5454
with open('test/mocks/util/backslash_notification.json') as file:
5555
backslash_notification = load(file)

0 commit comments

Comments
 (0)