You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# PagerDuty Event notifications channel for Laravel 5.3
1
+
# PagerDuty Event notifications channel for Laravel
2
2
3
3
[](https://packagist.org/packages/laravel-notification-channels/pagerduty)
* @expectedExceptionMessage PagerDuty returned 400 Bad Request: Event object is invalid - Length of 'routing_key' is incorrect (should be 32 characters)
$this->expectExceptionMessage('PagerDuty returned 400 Bad Request: Event object is invalid - Length of \'routing_key\' is incorrect (should be 32 characters)');
55
+
52
56
$responseBody = '{
53
57
"status": "invalid event",
54
58
"message": "Event object is invalid",
@@ -68,11 +72,12 @@ public function it_throws_an_exception_when_400_bad_request()
0 commit comments