mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
makes most tests works with variable error messages
This commit is contained in:
parent
534f696b29
commit
558b66e535
4 changed files with 38 additions and 14 deletions
|
@ -280,7 +280,7 @@ async fn access_authorized_no_index_restriction() {
|
|||
route,
|
||||
action
|
||||
);
|
||||
assert_ne!(code, 403);
|
||||
assert_ne!(code, 403, "on route: {:?} - {:?} with action: {:?}", method, route, action);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue