Skip to content

Commit

Permalink
Fix double space
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Feb 12, 2019
1 parent a2f98fa commit 489428a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- search: "^Host:\\ (.*)"
string: "Host:\\ foo.com"
raw_options:
- rspideny ^Content-type:\\.*/ms-word
- rspideny ^Content-type:\\.*/ms-word

# back-end section
haproxy_backend:
Expand All @@ -38,7 +38,7 @@
- 'httpchk HEAD / HTTP/1.1\r\nHost:localhost'
server: []
raw_options:
- rspdeny ^Content-type:\\.*/ms-word
- rspdeny ^Content-type:\\.*/ms-word

# user-lists section
haproxy_userlists:
Expand Down

0 comments on commit 489428a

Please sign in to comment.