Skip to content

Commit

Permalink
fix client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davepmiller committed Dec 16, 2023
1 parent 5aadcb4 commit 87da858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ mod test {
};
let mut body = RequestBody::default();
body.name = Option::from("test.com".to_string());
let res = client.delete("zones/1234".to_string());
let res = client.delete("zones/1234");

mock.assert();
assert!(res.success);
Expand Down

0 comments on commit 87da858

Please sign in to comment.