You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require.EqualError(t, err, "image:http://invalid url could not be parsed. error:parse \"http://invalid url\": invalid character \"\" in host name")
114
+
require.EqualError(t, err, "image:\"http://invalid url\" could not be parsed, error:parse \"http://invalid url\": invalid character \"\" in host name")
115
115
})
116
116
117
117
t.Run("HTTP URL with successful HEAD request", func(t*testing.T) {
require.Equal(t, "image:image-1 is not accessible under:http://images.metal-stack.io/this-file-does-not-exist status:404 Not Found", result.Message)
247
+
require.Equal(t, "image:\"image-1\" is not accessible under:http://images.metal-stack.io/this-file-does-not-exist, status:404 Not Found", result.Message)
0 commit comments