From 79f87f92f7701a72b70a98a894442f8c993c81db Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Thu, 23 May 2024 20:53:00 +0200 Subject: [PATCH] extension -> not_present_extension in fill mock --- backend/fill_database_mock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/fill_database_mock.py b/backend/fill_database_mock.py index 53e92b31..dff9e70d 100644 --- a/backend/fill_database_mock.py +++ b/backend/fill_database_mock.py @@ -94,7 +94,7 @@ def fill_database_mock() -> None: "global_constraints": [ { "type": "EXTENSION_NOT_PRESENT", - "extension": ".exe" + "not_present_extension": ".exe" }, { "type": "NOT_PRESENT", @@ -150,7 +150,7 @@ def fill_database_mock() -> None: }, { "type": "EXTENSION_NOT_PRESENT", - "extension": ".log" + "not_present_extension": ".log" } ] }