tests: use variable in expected url
This commit is contained in:
parent
547b659a97
commit
9824aa6374
1 changed files with 1 additions and 1 deletions
|
@ -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([(
|
||||
|
|
Loading…
Reference in a new issue