| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/services-not-found-with-uuid.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/services-not-found-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/services-not-found-with-uuid.html
|
| index 688813e6a9cb02a31e9d0a6c0c57920c861e1ef0..4b41012793255a782e521199473e0b0845599bdf 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/services-not-found-with-uuid.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/services-not-found-with-uuid.html
|
| @@ -12,7 +12,7 @@ promise_test(() => {
|
| .then(device => device.gatt.connect())
|
| .then(gattServer => assert_promise_rejects_with_message(
|
| gattServer.getPrimaryServices('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>
|
|
|