From 1a554e2421b51783100c0dbca9ecbb0f8d7109c1 Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Mon, 19 Nov 2018 20:21:06 +0100 Subject: [PATCH] linters. --- scripts/build/release_publisher/publisher_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/build/release_publisher/publisher_test.go b/scripts/build/release_publisher/publisher_test.go index a7ac3bb8483..2aea55d5ee1 100644 --- a/scripts/build/release_publisher/publisher_test.go +++ b/scripts/build/release_publisher/publisher_test.go @@ -193,8 +193,6 @@ func TestFilterBuildArtifacts(t *testing.T) { {os: "foobar", arch: "amd64"}, }) - - if err == nil { t.Errorf("Expected an error as a we tried to filter on a nonexiststant os.") }