Skip to content

Commit

Permalink
changed address in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin994 committed May 10, 2024
1 parent 4f8860d commit ef32014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
async fn test_root() {
let client = reqwest::Client::new();
let res = client
.get("http://localhost:3000/")
.get("http://127.0.0.1:3000/")
.send()
.await
.unwrap()
Expand Down

0 comments on commit ef32014

Please sign in to comment.