Skip to content

Commit 92cc849

Browse files
committed
curl_command: Add support for --user option
1 parent 78798c8 commit 92cc849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/voxpupuli/acceptance/serverspec_extensions/curl_command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def curl_command
3333

3434
@options.each do |option, value|
3535
case option
36-
when :cacert, :cert, :key
36+
when :cacert, :cert, :key, :user
3737
command += " --#{option} '#{value}'"
3838
when :headers
3939
value.each do |header, header_value|

0 commit comments

Comments
 (0)