Skip to content

Commit

Permalink
slack(article): send message when article is fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefulBrown committed May 28, 2024
1 parent adc6c99 commit 053d06e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ application:

manager:
role: GUEST

slack:
article:
token: token
channel: channel
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ class ArticleServiceTest {
@Mock
private MemberService memberService;

@Mock
private SlackService slackService;

@InjectMocks
private ArticleService articleService;

Expand Down

0 comments on commit 053d06e

Please sign in to comment.