Revert "IS-364: Bump Golang CI. (#14123)" (#14133)

This reverts commit 81d6ae2207.
This commit is contained in:
Elisabeth Kulzer
2020-03-24 14:01:49 +01:00
committed by GitHub
parent 81d6ae2207
commit 6c6a64c103
7 changed files with 17 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ func TestInstallPluginFromURL(t *testing.T) {
_, err := h.InstallPluginFromURL("http://%41:8080/", replace)
assert.Error(t, err)
assert.Equal(t, "error while parsing url: parse \"http://%41:8080/\": invalid URL escape \"%41\"", err.Error())
assert.Equal(t, "error while parsing url: parse http://%41:8080/: invalid URL escape \"%41\"", err.Error())
})
t.Run("errors out while downloading file", func(t *testing.T) {