We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153de09 commit 12893aaCopy full SHA for 12893aa
1 file changed
tests/SubscriptionClientFunctionalTest.php
@@ -45,7 +45,8 @@ 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, job-processing-long".'
+ 'Invalid event type "dummy-event", valid types are: ' .
49
+ '"job-failed, job-succeeded-with-warning, job-processing-long".'
50
);
51
$client->createSubscription(new Subscription(
52
'dummy-event',
0 commit comments