mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
MINOR: Alert test message type (#21866)
* fix: align message with Content-Type for test webhook alert * fix: align message with Content-Type for test webhook alert
This commit is contained in:
parent
d04c66c09d
commit
337ce90797
@ -48,7 +48,7 @@ public class GenericPublisher implements Destination<ChangeEvent> {
|
||||
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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user