tests: use variable in expected url
Some checks failed
Test / build (map[name:stable]) (push) Successful in 2m10s
Test / build (map[name:nightly]) (push) Successful in 2m36s
Release Please / Release-plz (push) Failing after 18s

This commit is contained in:
Paul Campbell 2024-12-14 21:27:24 +00:00
parent 547b659a97
commit 9824aa6374

View file

@ -15,7 +15,7 @@ fn ctx() -> FullCtx {
let mock_net = given::a_network();
mock_net
.on()
.get("https://api.trello.com/1/boards/65ad94865aed24f70ecdce4b")
.get(f!("https://api.trello.com/1/boards/{board_id}"))
.header("content-type", "application/json")
.header("accept", "application/json")
.headers(HashMap::from([(