Index: third_party/WebKit/LayoutTests/bluetooth/getCharacteristic-blacklist.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristic-blacklist.html b/third_party/WebKit/LayoutTests/bluetooth/getCharacteristic-blacklist.html |
index c950fe583fb458080dc2ae4eb197184cac1368c4..fc2c8f589f7d385668e65d6777acf5650772f745 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristic-blacklist.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/getCharacteristic-blacklist.html |
@@ -9,7 +9,7 @@ test(t => { assert_true(window.testRunner instanceof Object); t.done(); }, |
'window.testRunner is required for the following tests.'); |
promise_test(() => { |
- testRunner.setBluetoothMockDataSet('HeartRateAndHIDAdapter'); |
+ testRunner.setBluetoothMockDataSet('BlacklistTestAdapter'); |
return requestDeviceWithKeyDown( |
{ |
filters: [{services: ['device_information']}] |