We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfeb2a commit 73af079Copy full SHA for 73af079
tests/integration/api_admin_test.go
@@ -304,7 +304,7 @@ func TestAPICron(t *testing.T) {
304
AddTokenAuth(token)
305
resp := MakeRequest(t, req, http.StatusOK)
306
307
- assert.Equal(t, "29", resp.Header().Get("X-Total-Count"))
+ assert.Equal(t, "30", resp.Header().Get("X-Total-Count"))
308
309
var crons []api.Cron
310
DecodeJSON(t, resp, &crons)
0 commit comments