Update tests to include both http_proxy and HTTP_proxy
Signed-off-by: Angel Misevski <amisevsk@redhat.com>pull/1770/head
parent
4b86b1eba6
commit
85da4743ef
|
|
@ -341,7 +341,7 @@ func TestCreatesDataInNamespace(t *testing.T) {
|
|||
assert.Equal(t, "true", proxySettings.GetLabels()[dwconstants.DevWorkspaceMountLabel],
|
||||
"proxy settings should be labeled as mounted")
|
||||
|
||||
assert.Equal(t, 1, len(proxySettings.Data), "Expecting just 1 element in the default proxy settings")
|
||||
assert.Equal(t, 2, len(proxySettings.Data), "Expecting just 1 element in the default proxy settings")
|
||||
|
||||
assert.Equal(t, ".svc", proxySettings.Data["NO_PROXY"], "Unexpected proxy settings")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue