Skip to content

Commit b7fb11f

Browse files
committed
Fix imports
1 parent bb22a36 commit b7fb11f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/web/routes.rs

+2
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ fn calculate_id(pattern: &str) -> String {
361361
#[cfg(test)]
362362
mod tests {
363363
use crate::test::*;
364+
use crate::web::cache::CachePolicy;
365+
use reqwest::StatusCode;
364366

365367
#[test]
366368
fn test_root_redirects() {

0 commit comments

Comments
 (0)