| Index: third_party/WebKit/LayoutTests/presentation/presentation-onreceiverconnection.html
|
| diff --git a/third_party/WebKit/LayoutTests/presentation/presentation-onreceiverconnection.html b/third_party/WebKit/LayoutTests/presentation/presentation-onreceiverconnection.html
|
| index f018fb2efa4775b8e96d3336e002a7d95c524bf0..22d43798dba3f39ca5e309167ddb6e453ea8f089 100644
|
| --- a/third_party/WebKit/LayoutTests/presentation/presentation-onreceiverconnection.html
|
| +++ b/third_party/WebKit/LayoutTests/presentation/presentation-onreceiverconnection.html
|
| @@ -13,7 +13,7 @@ async_test(t => {
|
|
|
| presentationServiceMock.then(mockService => {
|
| const url = 'http://example.com/a.html';
|
| - const id = 'fakeSessionId';
|
| + const id = 'fakePresentationId';
|
|
|
| mockService.onSetClient = () => {
|
| mockService.onReceiverConnectionAvailable(url, id);
|
|
|