Update pkg/plugin/installer/installer_test.go

Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Suleiman Dibirov <3595194+idsulik@users.noreply.github.com>
pull/13225/head
Suleiman Dibirov 11 months ago committed by Suleiman Dibirov
parent 874d3dea92
commit 5ee1d37c6e

@ -43,6 +43,6 @@ func TestIsRemoteHTTPArchive(t *testing.T) {
}
if !isRemoteHTTPArchive(binarySource) {
t.Errorf("Expected %q to be a valid archive URL", source)
t.Errorf("Expected %q to be a valid archive URL", binarySource)
}
}

Loading…
Cancel
Save