Skip to content

Commit

Permalink
fix: test_profile_ohv
Browse files Browse the repository at this point in the history
  • Loading branch information
degenaro committed Feb 4, 2025
1 parent 638fddd commit eceda47
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions tests/data/json/simple_test_profile2.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,23 @@
"all meetings"
]
},
{ "param_id": "ac-1_prm_6",
"values": [
"monthly"
]
{
"param_id": "ac-1_prm_6",
"props": [
{
"name": "display-name",
"ns": "https://oscal-compass.github.io/compliance-trestle/schemas/oscal",
"value": "Pretty ac-1 prm 6"
},
{
"name": "param-value-origin",
"value": "comes from mno policy"
}
],
"label": "label from profile",
"values": [
"monthly"
]
},
{ "param_id": "ac-2_prm_1",
"values": [
Expand Down

0 comments on commit eceda47

Please sign in to comment.