Skip to content

Commit

Permalink
Failing test annotation?
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminLazar committed Apr 22, 2024
1 parent 35c79be commit e9229d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mitaffald/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ mod tests {
let remote = remote
.mock(
"GET",
format!("/api/calendar/address/{}", address_id).as_str(),
format!("/api/calendar/address2/{}", address_id).as_str(),
)
.with_status(200)
.with_body_from_file("src/mitaffald/remote_responses/container_information.json")
Expand Down

0 comments on commit e9229d2

Please sign in to comment.