Skip to content

Commit

Permalink
golangci-lint: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Cainelli <[email protected]>
  • Loading branch information
cainelli committed Sep 23, 2024
1 parent 011a238 commit ea20d84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/parser/virtualservice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func TestParseMultipleVirtualServices(t *testing.T) {
gotHosts = append(gotHosts, vs.Spec.Hosts...)
}
require.ElementsMatch(t, wantHosts, gotHosts)

}

func TestVirtualServiceUnknownFields(t *testing.T) {
Expand Down

0 comments on commit ea20d84

Please sign in to comment.