test: drop stale yes flags from e2e (#815)

This commit is contained in:
Yuxuan Zhao
2026-05-11 13:49:43 +08:00
committed by GitHub
parent 16f1a0f320
commit 5352e6a90a
2 changed files with 0 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)