diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-16 14:32:28 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-16 03:32:28 +0000 |
| commit | 5596de8081970a6fa811b95e60a27dca071a714e (patch) | |
| tree | c4772533f3a7b2c9945cb8f0797e4ec38fc637a9 /tools/wpt/config.json | |
| parent | 4f80d83774ce5402a2b10503529fe422c998b841 (diff) | |
chore: move `test_util/wpt` to `tests/wpt/suite` (#22412)
As discussed with @mmastrac. I'll move `tools/wpt` to `tests/wpt` in a
follow-up PR.
---------
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Diffstat (limited to 'tools/wpt/config.json')
| -rw-r--r-- | tools/wpt/config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/wpt/config.json b/tools/wpt/config.json index 3bcd6612c..4b2a914f9 100644 --- a/tools/wpt/config.json +++ b/tools/wpt/config.json @@ -3,9 +3,9 @@ "ssl": { "type": "pregenerated", "pregenerated": { - "ca_cert_path": "../../tools/wpt/certs/cacert.pem", - "host_cert_path": "../../tools/wpt/certs/web-platform.test.pem", - "host_key_path": "../../tools/wpt/certs/web-platform.test.key" + "ca_cert_path": "../../../tools/wpt/certs/cacert.pem", + "host_cert_path": "../../../tools/wpt/certs/web-platform.test.pem", + "host_key_path": "../../../tools/wpt/certs/web-platform.test.key" } } } |
