From f12970c6975e47cac1569bb1357205b08d2adae8 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 25 Apr 2025 22:55:32 +0200 Subject: [PATCH] We're using seconds now --- test/fixtures/collections.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/collections.yml b/test/fixtures/collections.yml index 1487aaa5e..b7919cf36 100644 --- a/test/fixtures/collections.yml +++ b/test/fixtures/collections.yml @@ -2,5 +2,5 @@ writebook: name: Writebook creator: david all_access: true - auto_close_period: 30 + auto_close_period: <%= 30.days.to_i %> workflow: qa