Skip to content

Commit 46be761

Browse files
committed
dolly-frontend's SecurityConfig must also be active for test profile.
1 parent 1c1dbe3 commit 46be761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dolly-frontend/src/main/java/no/nav/dolly/web/config/SecurityConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@Slf4j
1717
@Configuration
18-
@Profile({"prod", "dev"})
18+
@Profile({"prod", "dev", "test"})
1919
@EnableWebFluxSecurity
2020
@RequiredArgsConstructor
2121
class SecurityConfig {

0 commit comments

Comments
 (0)