makes most tests works with variable error messages

This commit is contained in:
Tamo 2024-06-24 19:00:44 +02:00
parent 534f696b29
commit 558b66e535
4 changed files with 38 additions and 14 deletions

View file

@ -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);
}
}
}