clippy fixes and env docs update

This commit is contained in:
realaravinth
2021-08-08 18:29:17 +05:30
parent 65ffc37549
commit a5558e4b6f
6 changed files with 49 additions and 47 deletions

View File

@@ -301,7 +301,7 @@ mod tests {
let add_token_resp = test::call_service(
&app,
post_request!(&update_level, &ROUTES.levels.update)
post_request!(&update_level, ROUTES.levels.update)
.cookie(cookies.clone())
.to_request(),
)