From 7a102e4f9d7a18abfa42357f9ba60f380bed8fe3 Mon Sep 17 00:00:00 2001 From: amandine-sahl Date: Mon, 26 Jun 2023 22:45:21 +0200 Subject: [PATCH] fixtures --- backend/test/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/test/fixtures.py b/backend/test/fixtures.py index 13b5a38f..2dfd58b1 100644 --- a/backend/test/fixtures.py +++ b/backend/test/fixtures.py @@ -40,7 +40,7 @@ def events(): ) VALUES (CURRENT_TIMESTAMP,CURRENT_TIMESTAMP, false, 1, st_setsrid(st_point(:x, :y), 2154), :published, :name, :capacity,:begin_date , :end_date , - published_fr + :published_fr ) """ ),