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

Commit

Permalink
Merge pull request #396 from SELab-2/constraint-bug-parsing
Browse files Browse the repository at this point in the history
extension -> not_present_extension in fill mock
  • Loading branch information
lbarraga authored May 23, 2024
2 parents fc85347 + 79f87f9 commit 0a02e92
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 0a02e92

Please sign in to comment.