Skip to content

Commit 09a19c2

Browse files
committed
try fixing statics
1 parent af7ed43 commit 09a19c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/statics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ mod tests {
165165
let web = env.web_app().await;
166166

167167
let resp = web.get(path).await?;
168-
assert!(resp.status().is_success());
168+
assert!(resp.status().is_success(), "{}", resp.status());
169169
resp.assert_cache_control(CachePolicy::ForeverInCdnAndBrowser, &env.config());
170170
assert_eq!(
171171
resp.headers().get("Content-Type"),

0 commit comments

Comments
 (0)