Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Jan 10, 2024
1 parent d9219c9 commit dc4198b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter/http_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ impl Filter {
match self.get_property(tokens.iter().map(AsRef::as_ref).collect()) {
None => {
debug!(
"[context_id: {}]: selector not found: {path}, defaulting to ``",
"[context_id: {}]: selector not found: {path}",
self.context_id
);
None
Expand Down

0 comments on commit dc4198b

Please sign in to comment.