diff --git a/openmetadata-service/src/main/java/org/openmetadata/service/apps/bundles/changeEvent/generic/GenericPublisher.java b/openmetadata-service/src/main/java/org/openmetadata/service/apps/bundles/changeEvent/generic/GenericPublisher.java index d8ccb60ae84..773572b5c8f 100644 --- a/openmetadata-service/src/main/java/org/openmetadata/service/apps/bundles/changeEvent/generic/GenericPublisher.java +++ b/openmetadata-service/src/main/java/org/openmetadata/service/apps/bundles/changeEvent/generic/GenericPublisher.java @@ -48,7 +48,7 @@ public class GenericPublisher implements Destination { private final Client client; private final Webhook webhook; private static final String TEST_MESSAGE_JSON = - "This is a test message from OpenMetadata to confirm your webhook destination is configured correctly."; + "{\"message\": \"This is a test message from OpenMetadata to confirm your webhook destination is configured correctly.\"}"; @Getter private final SubscriptionDestination subscriptionDestination; private final EventSubscription eventSubscription;