diff --git a/lib/registry/src/config.rs b/lib/registry/src/config.rs index 80cfecbeec7..166a42f6a05 100644 --- a/lib/registry/src/config.rs +++ b/lib/registry/src/config.rs @@ -303,6 +303,7 @@ mod tests { // We don't automatically prepend the domain name with // "registry", but we will make sure "/" gets turned into "/graphql" ("https://wapm.dev/", "https://wapm.dev/graphql"), + ("https://wapm.dev", "https://wapm.dev/graphql"), // local development ( "http://localhost:8000/graphql",