Commit 9dc223c3c621ff9c56b48344847b44e74c16b4bd
1 parent
8a7ec6c9
Exists in
dev
update initial dev fixture
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/core/pyros_django/misc/fixtures/initial_fixture_dev_TZ.json
... | ... | @@ -358,7 +358,7 @@ |
358 | 358 | "pk": 2, |
359 | 359 | "fields": { |
360 | 360 | "name": "CNRS", |
361 | - "f_quota": 0.2 | |
361 | + "quota_f": 0.2 | |
362 | 362 | } |
363 | 363 | }, |
364 | 364 | { |
... | ... | @@ -366,7 +366,7 @@ |
366 | 366 | "pk": 1, |
367 | 367 | "fields": { |
368 | 368 | "name": "CNES", |
369 | - "f_quota": 0.8 | |
369 | + "quota_f": 0.8 | |
370 | 370 | } |
371 | 371 | }, |
372 | 372 | { | ... | ... |