Skip to content

Commit 01ec00e

Browse files
committed
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 <yaoxiachromium.org> Reviewed-by: Yao Xiao <yaoxiachromium.org> Commit-Queue: Cammie Smith Barnes <cammiechromium.org> Cr-Commit-Position: refs/heads/main{#1384607} -- wpt-commits: aa824139f77d4481c518eb5b877405a1a4f44a3b wpt-pr: 49238 UltraBlame original commit: edcd952d67dfabd8599f8f37116b7e1c874df071
1 parent 9373645 commit 01ec00e

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
Lines changed: 1 addition & 1 deletion
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)