Skip to content

Commit 9071190

Browse files
committed
Adds missing @DollySpringBootTest annotation, with config cleanup.
1 parent 1f021db commit 9071190

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

proxies/arbeidssoekerregisteret-proxy/src/test/java/no/nav/testnav/proxies/arbeidssoekerregisteretproxy/ApplicationContextTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package no.nav.testnav.proxies.arbeidssoekerregisteretproxy;
22

3+
import no.nav.dolly.libs.nais.DollySpringBootTest;
34
import org.junit.jupiter.api.Test;
4-
import org.springframework.boot.test.context.SpringBootTest;
55
import org.springframework.test.context.ActiveProfiles;
66

77
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
88

9-
@SpringBootTest
9+
@DollySpringBootTest
1010
@ActiveProfiles("test")
1111
class ApplicationContextTest {
1212

Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
TOKEN_X_ISSUER: dummy

0 commit comments

Comments
 (0)