| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-not-found.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-not-found.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-not-found.html
|
| index 09ab7b4b95a8aa65fc2d2ebfe34dbd210783c23c..51b6ce90efd7b14fcff972a55171b1c019485b69 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-not-found.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-not-found.html
|
| @@ -12,7 +12,7 @@ promise_test(() => {
|
| .then(device => device.gatt.connect())
|
| .then(gattServer => assert_promise_rejects_with_message(
|
| gattServer.getPrimaryService('glucose'),
|
| - new DOMException('No Services with specified UUID found in Device.',
|
| + new DOMException('No Services matching UUID ' + glucose.uuid + ' found in Device.',
|
| 'NotFoundError')));
|
| }, 'Request for absent service. Reject with NotFoundError.');
|
| </script>
|
|
|