mirror of
https://github.com/larksuite/cli.git
synced 2026-07-03 14:02:43 +08:00
test: drop stale yes flags from e2e (#815)
This commit is contained in:
@@ -100,7 +100,6 @@ func TestCalendar_CreateEvent(t *testing.T) {
|
||||
"calendar_id": calendarID,
|
||||
"event_id": eventID,
|
||||
},
|
||||
Yes: true,
|
||||
})
|
||||
require.NoError(t, err)
|
||||
result.AssertExitCode(t, 0)
|
||||
|
||||
@@ -94,7 +94,6 @@ func TestSheets_FilterWorkflow(t *testing.T) {
|
||||
"sheet_id": sheetID,
|
||||
},
|
||||
Data: filterData,
|
||||
Yes: true,
|
||||
})
|
||||
require.NoError(t, err)
|
||||
result.AssertExitCode(t, 0)
|
||||
|
||||
Reference in New Issue
Block a user