Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
extension -> not_present_extension in fill mock
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarraga committed May 23, 2024
1 parent c1a84a4 commit 79f87f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/fill_database_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def fill_database_mock() -> None:
"global_constraints": [
{
"type": "EXTENSION_NOT_PRESENT",
"extension": ".exe"
"not_present_extension": ".exe"
},
{
"type": "NOT_PRESENT",
Expand Down Expand Up @@ -150,7 +150,7 @@ def fill_database_mock() -> None:
},
{
"type": "EXTENSION_NOT_PRESENT",
"extension": ".log"
"not_present_extension": ".log"
}
]
}
Expand Down

0 comments on commit 79f87f9

Please sign in to comment.