Skip to content

Commit

Permalink
🐛 test(notification): fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
siyeonSon committed Mar 12, 2024
1 parent 209b7e5 commit 5c6b511
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.when;

import com.depromeet.security.provider.ApiKeyAuthProvider;
import jakarta.servlet.http.HttpServletRequest;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
Expand All @@ -18,6 +19,9 @@ class ApiKeyAuthFilterTest {
@Mock
private HttpServletRequest request;

@Mock
private ApiKeyAuthProvider apiKeyAuthProvider;

@InjectMocks
private ApiKeyAuthFilter apiKeyAuthFilter;

Expand Down

0 comments on commit 5c6b511

Please sign in to comment.