From f042be4b7430fcfca92383ec725372b8b21fb3c2 Mon Sep 17 00:00:00 2001 From: Taico Aerts <t.v.aerts@tudelft.nl> Date: Fri, 4 Aug 2023 09:47:40 +0200 Subject: [PATCH] Turn locks into permanent locks to fix tests --- test/fixtures/posts.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/fixtures/posts.yml b/test/fixtures/posts.yml index afbab5147..c6cd9beb0 100644 --- a/test/fixtures/posts.yml +++ b/test/fixtures/posts.yml @@ -150,7 +150,6 @@ locked: locked: true locked_by: deleter locked_at: 2019-01-01T00:00:00.000000Z - locked_until: 2020-01-01T00:00:00.000000Z user: standard_user community: sample category: main @@ -175,7 +174,6 @@ locked_mod: locked: true locked_by: moderator locked_at: 2019-01-01T00:00:00.000000Z - locked_until: 2020-01-01T00:00:00.000000Z user: standard_user community: sample category: main -- GitLab