Skip to content

Commit

Permalink
Merge pull request #250 from fadenb/bug/fix_upstream_fail_timeout_spec
Browse files Browse the repository at this point in the history
Update test to reflect modified template from #171
  • Loading branch information
James Fryman committed Feb 4, 2014
2 parents eeb0830 + c78ebbf commit e423db2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/defines/resource_upstream_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
'test2',
],
:match => [
' server test3;',
' server test1;',
' server test2;',
' server test3 fail_timeout=10s;',
' server test1 fail_timeout=10s;',
' server test2 fail_timeout=10s;',
],
},
].each do |param|
Expand Down

0 comments on commit e423db2

Please sign in to comment.