We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb40687 commit ce12fe7Copy full SHA for ce12fe7
tests/servers/api/v1/contract/context/torrent.rs
@@ -189,7 +189,7 @@ async fn should_fail_getting_torrents_when_the_offset_query_parameter_cannot_be_
189
)
190
.await;
191
192
- assert_bad_request(response, "Failed to deserialize query string: invalid digit found in string").await;
+ assert_bad_request(response, "Failed to deserialize query string: offset: invalid digit found in string").await;
193
}
194
195
env.stop().await;
0 commit comments