🚧 Prevent database errors in test cases
This commit is contained in:
parent
d7762a10fa
commit
46ccbc10eb
7 changed files with 194 additions and 105 deletions
|
|
@ -16,5 +16,5 @@ async fn health_check_works() {
|
|||
let req = service::test::TestRequest::get().uri("/").to_request();
|
||||
let _resp = service::test::call_service(&app, req).await;
|
||||
|
||||
// assert_eq!("OK", "OK");
|
||||
// assert_eq!("OK", "OK");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue