Skip to content

Commit 4ac6407

Browse files
committed
fix: incorrect namespace for schemas
1 parent 714ab30 commit 4ac6407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Unicorn.Properties/Integration/event-schemas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Resources:
5252
RegistryName:
5353
Fn::GetAtt: EventRegistry.RegistryName
5454
SchemaName:
55-
Fn::Sub: '{{resolve:ssm:/uni-prop/UnicornContractsNamespace}}@PublicationEvaluationCompleted'
55+
Fn::Sub: '{{resolve:ssm:/uni-prop/UnicornPropertiesNamespace}}@PublicationEvaluationCompleted'
5656
Description: 'The schema for when a property evaluation is completed'
5757
Content:
5858
Fn::Sub: |

0 commit comments

Comments
 (0)