Skip to content

Commit ce12fe7

Browse files
committed
test: fix test should_fail_getting_torrents_when_the_offset_query_parameter_cannot_be_parsed
``` servers::api::v1::contract::context::torrent::should_fail_getting_torrents_when_the_offset_query_parameter_cannot_be_parsed ```
1 parent cb40687 commit ce12fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/servers/api/v1/contract/context/torrent.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async fn should_fail_getting_torrents_when_the_offset_query_parameter_cannot_be_
189189
)
190190
.await;
191191

192-
assert_bad_request(response, "Failed to deserialize query string: invalid digit found in string").await;
192+
assert_bad_request(response, "Failed to deserialize query string: offset: invalid digit found in string").await;
193193
}
194194

195195
env.stop().await;

0 commit comments

Comments
 (0)