Fix formatting

This commit is contained in:
Kaan Barmore-Genç 2023-02-13 00:46:57 -05:00
parent b78295b21f
commit 8603147d53
Signed by: kaan
GPG Key ID: B2E280771CD62FCF
1 changed files with 0 additions and 1 deletions

View File

@ -455,7 +455,6 @@ mod tests {
});
then.status(500)
.body("{\"cause\":\"\", \"code\":500, \"message\":\"Something went wrong\", \"object\":\"\"}");
});
let mock_fail = server.mock(|when, then| {
when.method("PUT")