Skip to content

Commit

Permalink
[Test] One more suspicious fix for settings tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fatalbanana committed Nov 16, 2023
1 parent 4914590 commit bd65562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/configs/settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ settings {
"Test" = "passed";
}

expression = 'user || from || hostname || selector:1 || header:mime_version || header:custom_header || request_header:test'
expression = 'user || from || hostname || selector:1 || header:mime_version || header:custom_header || header:content_transfer_encoding || request_header:test'
apply {
symbols_enabled {
SIMPLE_VIRTUAL = 10.0;
Expand Down

0 comments on commit bd65562

Please sign in to comment.