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

[Telemetry SWX] Fix untrusted typo

Fix untrusted typo.

Bug: b:162261251
Change-Id: Ib477041a7e97b6c4992cc6ef48f354062e7b923a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320610Reviewed-by: default avatarOleh Lamzin <lamzin@google.com>
Commit-Queue: Laurențiu Olteanu <lolteanu@google.com>
Cr-Commit-Position: refs/heads/master@{#792201}
parent 14434b3d
...@@ -76,8 +76,8 @@ TEST_F( ...@@ -76,8 +76,8 @@ TEST_F(
}); });
TEST_F( TEST_F(
'TelemetryExtensionUIBrowserTest', 'UntustedRequestTelemetryInfo', 'TelemetryExtensionUIBrowserTest', 'UntrustedRequestTelemetryInfo',
async () => { async () => {
expectTrue(await runTestInUntrusted('UntustedRequestTelemetryInfo')); expectTrue(await runTestInUntrusted('UntrustedRequestTelemetryInfo'));
testDone(); testDone();
}); });
...@@ -56,7 +56,7 @@ UNTRUSTED_TEST('UntrustedCanSpawnWorkers', async () => { ...@@ -56,7 +56,7 @@ UNTRUSTED_TEST('UntrustedCanSpawnWorkers', async () => {
// Tests that TelemetryInfo can be successfully requested from // Tests that TelemetryInfo can be successfully requested from
// from chrome-untrusted://. // from chrome-untrusted://.
UNTRUSTED_TEST('UntustedRequestTelemetryInfo', async () => { UNTRUSTED_TEST('UntrustedRequestTelemetryInfo', async () => {
/** @type {!ProbeTelemetryInfoResponse} */ /** @type {!ProbeTelemetryInfoResponse} */
const response = await requestTelemetryInfo(); const response = await requestTelemetryInfo();
assertDeepEquals(response, { assertDeepEquals(response, {
......
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