Commit dd783510 authored by Andrei-Laurențiu Olteanu's avatar Andrei-Laurențiu Olteanu Committed by Commit Bot

[Telemetry SWX] Rename GetAvailableRoutines test

Rename GetAvailableRoutines test to comply with other diagnostics
tests.

Bug: b:168793232
Change-Id: I9e18b091859c1b711ab0f528c901a964c3771888
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416493
Commit-Queue: Laurențiu Olteanu <lolteanu@google.com>
Reviewed-by: default avatarMahmoud Gawad <mgawad@google.com>
Reviewed-by: default avatarOleh Lamzin <lamzin@google.com>
Cr-Commit-Position: refs/heads/master@{#808790}
parent 1a3e71ed
......@@ -375,7 +375,7 @@ var TelemetryExtensionUIWithProbeServiceErrorsBrowserTest =
// Example: ['UntrustedAwesomeTest', 'MyAwesomeTestClass']
const untrustedTests = [
['UntrustedCanSpawnWorkers'],
['UntrustedRequestAvailableRoutines'],
['UntrustedDiagnosticsRequestAvailableRoutines'],
['UntrustedDiagnosticsRequestRoutineUpdateUnknownArguments'],
['UntrustedDiagnosticsRequestRunBatteryCapacityRoutine'],
['UntrustedDiagnosticsRequestRunBatteryHealthRoutine'],
......
......@@ -52,7 +52,7 @@ UNTRUSTED_TEST('UntrustedCanSpawnWorkers', async () => {
// Tests that array of available routines can be successfully
// requested from chrome-untrusted://.
UNTRUSTED_TEST('UntrustedRequestAvailableRoutines', async () => {
UNTRUSTED_TEST('UntrustedDiagnosticsRequestAvailableRoutines', async () => {
const response = await chromeos.diagnostics.getAvailableRoutines();
assertDeepEquals(response, [
'battery-capacity',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment