notifications view

This commit is contained in:
realaravinth
2021-07-12 21:22:26 +05:30
parent b7ec1bca22
commit 47cca5c9a7
14 changed files with 163 additions and 78 deletions

View File

@@ -123,11 +123,9 @@ mod tests {
let uri = format!("{}{}", DOCS.home, FILE);
let resp = test::call_service(
&app,
test::TestRequest::get().uri(&uri).to_request(),
)
.await;
let resp =
test::call_service(&app, test::TestRequest::get().uri(&uri).to_request())
.await;
assert_eq!(resp.status(), StatusCode::OK);
}
}