From 9dc223c3c621ff9c56b48344847b44e74c16b4bd Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Thu, 12 Oct 2023 17:33:50 +0200 Subject: [PATCH] update initial dev fixture --- src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json b/src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json index 12e984e..2bcccc2 100644 --- a/src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json +++ b/src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json @@ -358,7 +358,7 @@ "pk": 2, "fields": { "name": "CNRS", - "f_quota": 0.2 + "quota_f": 0.2 } }, { @@ -366,7 +366,7 @@ "pk": 1, "fields": { "name": "CNES", - "f_quota": 0.8 + "quota_f": 0.8 } }, { -- libgit2 0.21.2