Skip to content

Commit

Permalink
tests: Fix test URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Aug 5, 2024
1 parent 10dca41 commit b815a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/schematic/tests/url_sources_test.rs
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ pub struct Config {
}

fn get_url(path: &str) -> String {
format!("https://raw.githubusercontent.com/moonrepo/schematic/0.17-pkl/crates/schematic/tests/__fixtures__/{}", path)
format!("https://raw.githubusercontent.com/moonrepo/schematic/master/crates/schematic/tests/__fixtures__/{}", path)
}

#[test]

0 comments on commit b815a88

Please sign in to comment.