From 5ee1d37c6e213591172c0f2879a18fb950eb997f Mon Sep 17 00:00:00 2001 From: Suleiman Dibirov <3595194+idsulik@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:10:51 +0200 Subject: [PATCH] Update pkg/plugin/installer/installer_test.go Co-authored-by: George Jenkins Signed-off-by: Suleiman Dibirov <3595194+idsulik@users.noreply.github.com> --- pkg/plugin/installer/installer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugin/installer/installer_test.go b/pkg/plugin/installer/installer_test.go index c008b5542..04a1a74b8 100644 --- a/pkg/plugin/installer/installer_test.go +++ b/pkg/plugin/installer/installer_test.go @@ -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) } }