Skip to content
Snippets Groups Projects
Commit 809055e6 authored by Yash Dholakia's avatar Yash Dholakia
Browse files

Added logging for successful subscription

parent 4ec48880
No related branches found
No related tags found
1 merge request!417AWS sync dev to master
......@@ -84,7 +84,7 @@ public class TestNotificationsEndpoint extends TestBase {
subscription.setSecret(secret);
try {
Subscription subscriptionCreated = awssubscriptionService.create(subscription);
System.out.println("Subscription created successfully");
String notificationId = subscriptionCreated.getNotificationId();
subscriptionId = subscriptionCreated.getId();
Config.Instance().NotificationId = notificationId;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment