commit e8e396566c91c51e9219d0efa89709309bad1e5b
parent 00383feaa7df204628c87316c765fccb310aded2
Author: Marcos Cáceres <caceres_m@apple.com>
Date: Mon, 15 Dec 2025 18:08:27 +0000
Bug 2005136 [wpt PR 56626] - Digital Credentials: stop defaulting mediation in helper, a=testonly
Automatic update from web-platform-tests
Digital Credentials: stop defaulting mediation in helper (#56626)
--
wpt-commits: 1b7212725c0aed07df57d775686f5de3c276a7d2
wpt-pr: 56626
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/web-platform/tests/digital-credentials/support/helper.js b/testing/web-platform/tests/digital-credentials/support/helper.js
@@ -146,7 +146,7 @@ const allMappings = {
* @returns {TOptions}
*/
function makeCredentialOptionsFromConfig(config, mapping) {
- const { protocol, requests = [], data, mediation = "required", signal } = config;
+ const { protocol, requests = [], data, mediation, signal } = config;
// Validate that we have either a protocol or requests
if (!protocol && !requests?.length) {