diff --git a/tests/common.nu b/tests/common.nu --- a/tests/common.nu +++ b/tests/common.nu @@ -56,7 +56,7 @@ } export def resolve-pds [did: string] { - let doc = (http get $"https://plc.wtf/($did)" | from json) + let doc = (http get $"https://plc.klbr.net/($did)" | from json) ($doc.service | where type == "AtprotoPersonalDataServer" | first).serviceEndpoint } @@ -144,7 +144,7 @@ HYDRANT_API_PORT: ($port | into string), HYDRANT_ENABLE_DEBUG: "true", HYDRANT_DEBUG_PORT: (resolve-test-debug-port ($port + 1) | into string), - HYDRANT_PLC_URL: "https://plc.wtf", + HYDRANT_PLC_URL: "https://plc.klbr.net", RUST_LOG: "debug,hyper=error,tokio=error,h2=error,tower=error,rustls=error" } | merge $hydrant_vars