We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c60b01 commit 83eb785Copy full SHA for 83eb785
test/test_webhook.py
@@ -78,6 +78,6 @@ def test_request_factory(self):
78
webhook_item = WebhookItem()
79
webhook_item._set_values("webhook-id", "webhook-name", "url", "api-event-name",
80
None)
81
- webhook_request_actual = '{}\r\n'.format(RequestFactory.Webhook.create_req(webhook_item).decode('utf-8'))
+ webhook_request_actual = '{}\n'.format(RequestFactory.Webhook.create_req(webhook_item).decode('utf-8'))
82
self.maxDiff = None
83
self.assertEqual(webhook_request_expected, webhook_request_actual)
0 commit comments