Skip to content

Commit 22dbe62

Browse files
pythagoraskittymoz-wptsync-bot
authored andcommitted
Bug 1931975 [wpt PR 49238] - Shared Storage: Fix web test .well-known file (_ to -), a=testonly
Automatic update from web-platform-tests Shared Storage: Fix web test .well-known file (_ to -) We fix a typo where an underscore should have been a hyphen. Bug: 376278213 Change-Id: I8f2675e3e752817ca344abaee45b00371761365d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6033313 Commit-Queue: Yao Xiao <yaoxia@chromium.org> Reviewed-by: Yao Xiao <yaoxia@chromium.org> Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Cr-Commit-Position: refs/heads/main@{#1384607} -- wpt-commits: aa824139f77d4481c518eb5b877405a1a4f44a3b wpt-pr: 49238
1 parent b06fd89 commit 22dbe62

File tree

1 file changed

+1
-1
lines changed
  • testing/web-platform/tests/.well-known/shared-storage/trusted-origins

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Endpoint to get shared storage trusted origins."""
22
from importlib import import_module
33

4-
trusted_origins = import_module('shared-storage.resources.trusted_origins')
4+
trusted_origins = import_module('shared-storage.resources.trusted-origins')
55

66
def main(request, response):
77
trusted_origins.get_json(request, response)

0 commit comments

Comments
 (0)