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 authored and grooverdan committed Mar 4, 2014
1 parent 2d923de commit 8025fff
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 8025fff

Please sign in to comment.