Skip to content

Commit 120e281

Browse files
committed
add -y to unit test
1 parent ec2cfb3 commit 120e281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/cli/workspaceproxy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func Test_ProxyCRUD(t *testing.T) {
125125

126126
inv, conf := newCLI(
127127
t,
128-
"wsproxy", "delete", expectedName,
128+
"wsproxy", "delete", "-y", expectedName,
129129
)
130130

131131
pty := ptytest.New(t)

0 commit comments

Comments
 (0)