fix clippy error

This commit is contained in:
Timon Jurschitsch 2025-01-21 17:11:29 +01:00
parent 0991cb0de4
commit 2f257fdc3d

View File

@ -180,7 +180,7 @@ async fn get_and_paginate_indexes() {
async fn get_invalid_index_uid() {
let server = Server::new_shared();
let (response, code) =
server.create_index_fail(json!({ "uid": "this is not a valid index name" }).into()).await;
server.create_index_fail(json!({ "uid": "this is not a valid index name" })).await;
snapshot!(code, @"400 Bad Request");
snapshot!(json_string!(response), @r###"