From 4c2ba5681d4777dc364bad989eda6a68189ca6a5 Mon Sep 17 00:00:00 2001 From: Mateus Marquezini Date: Thu, 9 Jan 2025 13:14:27 -0300 Subject: [PATCH] #10042 removed unnecessary field --- pkg/cmd/gist/view/view_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/gist/view/view_test.go b/pkg/cmd/gist/view/view_test.go index e52a3b9cb..37dda42d1 100644 --- a/pkg/cmd/gist/view/view_test.go +++ b/pkg/cmd/gist/view/view_test.go @@ -37,7 +37,6 @@ func TestNewCmdView(t *testing.T) { }, { name: "nontty no arguments", - tty: false, cli: "123", wants: ViewOptions{ Raw: true,