We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7ed43 commit 09a19c2Copy full SHA for 09a19c2
src/web/statics.rs
@@ -165,7 +165,7 @@ mod tests {
165
let web = env.web_app().await;
166
167
let resp = web.get(path).await?;
168
- assert!(resp.status().is_success());
+ assert!(resp.status().is_success(), "{}", resp.status());
169
resp.assert_cache_control(CachePolicy::ForeverInCdnAndBrowser, &env.config());
170
assert_eq!(
171
resp.headers().get("Content-Type"),
0 commit comments