Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
giulia-tremolada committed Dec 18, 2024
1 parent da7708d commit b883b6c
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions core/src/test/resources/expectations/ProductTree.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@
}
},
"roleManagementURL": "role_management_url",
"contractTemplateUpdatedAt": "2022-01-01T00:00:00Z",
"contractTemplatePath": "contract_template_path",
"contractTemplateVersion": "contract_template_version",
"institutionContractMappings": {
"default": {
"contractTemplatePath": "contract_template_path",
"contractTemplateVersion": "contract_template_version",
"attachments": []
},
"PSP": {
"contractTemplateUpdatedAt": "2022-01-01T00:00:00Z",
"contractTemplatePath": "value",
"contractTemplateVersion": "value1"
"contractTemplateVersion": "value1",
"attachments": []
}
},
"enabled": true,
Expand Down Expand Up @@ -95,14 +97,16 @@
}
},
"roleManagementURL": "role_management_url",
"contractTemplateUpdatedAt": "2022-01-01T00:00:00Z",
"contractTemplatePath": "contract_template_path",
"contractTemplateVersion": "contract_template_version",
"institutionContractMappings": {
"default": {
"contractTemplatePath": "contract_template_path",
"contractTemplateVersion": "contract_template_version",
"attachments": []
},
"PSP": {
"contractTemplateUpdatedAt": "2022-01-01T00:00:00Z",
"contractTemplatePath": "value",
"contractTemplateVersion": "value1"
"contractTemplateVersion": "value1",
"attachments": []
}
},
"enabled": true,
Expand Down

0 comments on commit b883b6c

Please sign in to comment.