Skip to content

Commit

Permalink
change endpoint security protocols to valid options
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Zellner committed Jan 21, 2018
1 parent 9369980 commit 6454bd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/requests/providers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"port" => 18_443,
"hostname" => "sample-openshift.provider.com",
"ipaddress" => "100.200.300.3",
"security_protocol" => "something",
"security_protocol" => "ssl-without-validation",
"certificate_authority" => certificate_authority,
}
end
Expand All @@ -93,7 +93,7 @@
"role" => "default",
"hostname" => "sample-openshift-multi-end-point.provider.com",
"port" => 18_443,
"security_protocol" => "something",
"security_protocol" => "ssl-without-validation",
"certificate_authority" => certificate_authority,
},
"authentication" => {
Expand All @@ -108,7 +108,7 @@
"role" => "default",
"hostname" => "sample-openshift-multi-end-point.provider.com",
"port" => "28443",
"security_protocol" => "something else",
"security_protocol" => "ssl-without-validation",
"certificate_authority" => certificate_authority,
},
"authentication" => {
Expand All @@ -123,7 +123,7 @@
"role" => "hawkular",
"hostname" => "sample-openshift-multi-end-point.provider.com",
"port" => 1_443,
"security_protocol" => "something",
"security_protocol" => "ssl-without-validation",
"certificate_authority" => certificate_authority,
},
"authentication" => {
Expand Down

0 comments on commit 6454bd2

Please sign in to comment.