Skip to content

Commit 153de09

Browse files
committed
test: fix assertion
1 parent 7f8a5d0 commit 153de09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/SubscriptionClientFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testCreateInvalidSubscription(): void
4545
$client = $this->getClient();
4646
self::expectException(ClientException::class);
4747
self::expectExceptionMessage(
48-
'Invalid event type "dummy-event", valid types are: "job-failed, job-succeeded-with-warning".'
48+
'Invalid event type "dummy-event", valid types are: "job-failed, job-succeeded-with-warning, job-processing-long".'
4949
);
5050
$client->createSubscription(new Subscription(
5151
'dummy-event',

0 commit comments

Comments
 (0)