We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8a5d0 commit 153de09Copy full SHA for 153de09
1 file changed
tests/SubscriptionClientFunctionalTest.php
@@ -45,7 +45,7 @@ public function testCreateInvalidSubscription(): void
45
$client = $this->getClient();
46
self::expectException(ClientException::class);
47
self::expectExceptionMessage(
48
- 'Invalid event type "dummy-event", valid types are: "job-failed, job-succeeded-with-warning".'
+ 'Invalid event type "dummy-event", valid types are: "job-failed, job-succeeded-with-warning, job-processing-long".'
49
);
50
$client->createSubscription(new Subscription(
51
'dummy-event',
0 commit comments