Return programme snapshot from Events link-room API.
Deploy Ladill Events / deploy (push) Successful in 31s
Deploy Ladill Events / deploy (push) Successful in 31s
Meet can persist the agenda locally when linking, even if the service-to-service Meet sync fails. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -149,7 +149,9 @@ class ServiceMeetLinkTest extends TestCase
|
||||
'title' => 'Opening keynote',
|
||||
])
|
||||
->assertOk()
|
||||
->assertJsonPath('event.meet_room_uuid', 'existing-room-uuid');
|
||||
->assertJsonPath('event.meet_room_uuid', 'existing-room-uuid')
|
||||
->assertJsonPath('event.programme_snapshot.title', 'Summit programme')
|
||||
->assertJsonPath('event.programme_snapshot.days.0.items.0.title', 'Opening keynote');
|
||||
|
||||
Http::assertSent(function ($request) {
|
||||
return $request->method() === 'PATCH'
|
||||
|
||||
Reference in New Issue
Block a user