From 63777a91adbe5a2e70b7c11e830980410f7060e8 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 4 Sep 2025 21:25:12 -0700 Subject: [PATCH] Fix test --- tests/integration/api_admin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/api_admin_test.go b/tests/integration/api_admin_test.go index d28a103e59..726c071ad2 100644 --- a/tests/integration/api_admin_test.go +++ b/tests/integration/api_admin_test.go @@ -308,7 +308,7 @@ func TestAPICron(t *testing.T) { var crons []api.Cron DecodeJSON(t, resp, &crons) - assert.Len(t, crons, 29) + assert.Len(t, crons, 30) }) t.Run("Execute", func(t *testing.T) {