Skip to content

Commit

Permalink
Added a test to handle missing paths in the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed May 2, 2023
1 parent f79c1df commit 09964d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/registry/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09964d3

Please sign in to comment.