style: cargo fmt
This commit is contained in:
@@ -490,9 +490,7 @@ async fn series_without_a_tvdb_id_maps_to_none() {
|
||||
let server = MockServer::start().await;
|
||||
Mock::given(method("GET"))
|
||||
.and(path("/3/tv/1/external_ids"))
|
||||
.respond_with(
|
||||
ResponseTemplate::new(200).set_body_string(r#"{"id": 1, "tvdb_id": null}"#),
|
||||
)
|
||||
.respond_with(ResponseTemplate::new(200).set_body_string(r#"{"id": 1, "tvdb_id": null}"#))
|
||||
.mount(&server)
|
||||
.await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user