Skip to content

Commit af8528c

Browse files
committed
tests: fix subscription filter format
1 parent 450b1a1 commit af8528c

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
@@ -34,7 +34,7 @@ public function testCreateSubscription(): void
3434

3535
self::assertNotEmpty($response->getId());
3636
self::assertSame('job-failed', $response->getEvent());
37-
self::assertSame('projectId', $response->getFilters()[0]->getField());
37+
self::assertSame('project.id', $response->getFilters()[0]->getField());
3838
self::assertSame((string) getenv('TEST_STORAGE_API_PROJECT_ID'), $response->getFilters()[0]->getValue());
3939
self::assertSame('johnDoe@example.com', $response->getRecipientAddress());
4040
self::assertSame('email', $response->getRecipientChannel());

0 commit comments

Comments
 (0)