Fixes #36688 - Provide option to use wget for the new Register Host feature #1582
Annotations
6 errors
test/controllers/api/v2/registration_commands_controller_test.rb#L78
Failure: test_0006_using wget
Expected "set -o pipefail && wget --no-verbose --output-document - 'http://test.host/register?download_utility=wget' --header 'Authorization: ***' | bash" to include "wget --no-verbose -O- 'http://test.host/register?download_utility=wget'".
|
test/controllers/api/v2/registration_commands_controller_test.rb#L53
Failure: test_0003_with params ignored in URL
Expected "set -o pipefail && curl --silent --show-error --insecure 'https://somewhere234.net:8443/register' --header 'Authorization: ***' | bash" to include "curl -sS --insecure 'https://somewhere234.net:8443/register'".
|
test/controllers/api/v2/registration_commands_controller_test.rb#L92
Failure: test_0007_using wget with insecure option
Expected "set -o pipefail && wget --no-verbose --output-document - --no-check-certificate 'http://test.host/register?download_utility=wget' --header 'Authorization: ***' | bash" to include "wget --no-verbose -O- --no-check-certificate 'http://test.host/register?download_utility=wget'".
|
test/controllers/api/v2/registration_commands_controller_test.rb#L10
Failure: test_0001_without params
Expected "set -o pipefail && curl --silent --show-error 'http://test.host/register' --header 'Authorization: ***' | bash" to include "curl -sS 'http://test.host/register'".
|
test/controllers/registration_commands_controller_test.rb#L66
Failure: test_0002_with params ignored in URL
Expected "set -o pipefail && curl --silent --show-error --insecure 'https://somewhere630.net:8443/register' --header 'Authorization: ***' | bash" to include "curl -sS --insecure 'https://somewhere630.net:8443/register".
|
|
This job failed
Loading