diff --git a/e2e/ctl_v3_alarm_test.go b/e2e/ctl_v3_alarm_test.go index f0c8fef30..69cab6a14 100644 --- a/e2e/ctl_v3_alarm_test.go +++ b/e2e/ctl_v3_alarm_test.go @@ -23,7 +23,7 @@ func TestCtlV3Alarm(t *testing.T) { testCtl(t, alarmTest, withQuota(64*1024)) } func alarmTest(cx ctlCtx) { // test small put still works - smallbuf := strings.Repeat("a", int(cx.quotaBackendBytes/100)) + smallbuf := strings.Repeat("a", 64) if err := ctlV3Put(cx, "abc", smallbuf, ""); err != nil { cx.t.Fatal(err) }