diff --git a/testing/web-platform/tests/credential-management/fedcm-domainhint.https.html b/testing/web-platform/tests/credential-management/fedcm-domainhint.https.html index 0397cc8677219..3e07491d48d2f 100644 --- a/testing/web-platform/tests/credential-management/fedcm-domainhint.https.html +++ b/testing/web-platform/tests/credential-management/fedcm-domainhint.https.html @@ -49,10 +49,10 @@ fedcm_test(async t => { let options = request_options_with_domain_hint( - 'manifest_with_two_accounts.json', '*'); + 'manifest_with_two_accounts.json', 'any'); await select_manifest(t, options); const cred = await fedcm_get_and_select_first_account(t, options); assert_equals(cred.token, 'account_id=john_doe'); -}, "Domain hint '*' matches an account with any domain hint."); +}, "Domain hint 'any' matches an account with any domain hint.");