Skip to content

Commit

Permalink
wrk: use secure url in test
Browse files Browse the repository at this point in the history
Closes #411.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
  • Loading branch information
vszakats authored and apjanke committed Apr 18, 2016
1 parent c53a43b commit ecee5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/wrk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ def install
end

test do
system *%W[#{bin}/wrk -c 1 -t 1 -d 1 http://example.com/]
system *%W[#{bin}/wrk -c 1 -t 1 -d 1 https://example.com/]
end
end

0 comments on commit ecee5bc

Please sign in to comment.