create gradle tasks "test", "testSql", "migrations" and run docker before tasks
This commit is contained in:
@@ -86,14 +86,14 @@ class NotificationConsumerTest {
|
||||
followArticleRepo = followArticleRepo,
|
||||
followConstitutionRepo = mockk(),
|
||||
notificationEmailSender = emailSender,
|
||||
exchangeName = "notification_test",
|
||||
exchangeName = "notification",
|
||||
).apply { start() }
|
||||
verify { rabbitFactory.newConnection() }
|
||||
|
||||
/* Push message */
|
||||
Publisher(
|
||||
factory = rabbitFactory,
|
||||
exchangeName = "notification_test",
|
||||
exchangeName = "notification",
|
||||
).publish(
|
||||
ArticleUpdateNotification(
|
||||
ArticleForView(
|
||||
|
||||
Reference in New Issue
Block a user