Skip to content

Commit

Permalink
normalize_path: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
daalfox committed Mar 1, 2025
1 parent 72be335 commit cc21319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower-http/src/normalize_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ mod tests {
}

let mut svc = ServiceBuilder::new()
.layer(NormalizePathLayer::new(NormalizeMode::Trim))
.layer(NormalizePathLayer::new(NormalizeMode::Append))
.service_fn(handle);

let body = svc
Expand Down

0 comments on commit cc21319

Please sign in to comment.