Skip to content

Commit

Permalink
Ensure the mandatory fields required by the EDA API are respcted with…
Browse files Browse the repository at this point in the history
…in the modules

Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Oct 10, 2024
1 parent 94d1e12 commit 51533be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/rulebook_activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def main() -> None:
(
"state",
"present",
("name", "rulebook_name", "decision_environment_name"),
("name", "rulebook_name", "decision_environment_name", "project_name"),
)
]

Expand Down

0 comments on commit 51533be

Please sign in to comment.