Skip to content

Commit

Permalink
Update test to reflect modified template from voxpupuli#171
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Helmich committed Feb 3, 2014
1 parent ce7995d commit d2ed5f3
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 d2ed5f3

Please sign in to comment.