From 072ce4963db25850084300e0099ff5e7c74319b5 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 4 Sep 2020 13:42:46 +0200 Subject: [PATCH] Add fixture to ensure a bucket with a high limit will never exceed the limit --- pkg/db/fixtures/buckets.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/db/fixtures/buckets.yml b/pkg/db/fixtures/buckets.yml index 0a45bcd7a..5c2c62d6e 100644 --- a/pkg/db/fixtures/buckets.yml +++ b/pkg/db/fixtures/buckets.yml @@ -2,6 +2,7 @@ title: testbucket1 list_id: 1 created_by_id: 1 + limit: 9999999 # This bucket has a limit we will never exceed in the tests to make sure the logic allows for buckets with limits created: 2020-04-18 21:13:52 updated: 2020-04-18 21:13:52 - id: 2