Skip to content

Commit 73af079

Browse files
committed
Fix test
1 parent bcfeb2a commit 73af079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/api_admin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ func TestAPICron(t *testing.T) {
304304
AddTokenAuth(token)
305305
resp := MakeRequest(t, req, http.StatusOK)
306306

307-
assert.Equal(t, "29", resp.Header().Get("X-Total-Count"))
307+
assert.Equal(t, "30", resp.Header().Get("X-Total-Count"))
308308

309309
var crons []api.Cron
310310
DecodeJSON(t, resp, &crons)

0 commit comments

Comments
 (0)