Skip to content

Commit

Permalink
fix: Make sure the test enables the basic security if it uses it
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Dec 26, 2023
1 parent cbe3d60 commit a6442bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/servient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ mod test {
let servient = Servient::builder("test")
.ext(E {})
.finish_extend()
.security(|b| b.basic())
.form(|f| {
f.ext(())
.href("/ref")
Expand Down

0 comments on commit a6442bb

Please sign in to comment.