Commit 16de375 1 parent 46be761 commit 16de375 Copy full SHA for 16de375
File tree 2 files changed +4
-17
lines changed
proxies/brregstub-reverse-proxy/src
test/java/no/nav/testnav/proxies/brregstubreverseproxy
2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 2
2
application :
3
3
name : testnav-brregstub-reverse-proxy
4
4
description : Proxy for brregstub som legger på sikkerhet.
5
+ config :
6
+ import : " classpath:dolly-application.yml"
5
7
security :
6
8
oauth2 :
7
9
resourceserver :
@@ -16,13 +18,6 @@ spring:
16
18
httpclient :
17
19
response-timeout : 30s
18
20
19
- server :
20
- servlet :
21
- encoding :
22
- charset : UTF-8
23
- error :
24
- include-message : always
25
-
26
21
consumers :
27
22
brregstub :
28
23
name : brreg-stub
Original file line number Diff line number Diff line change 1
1
package no .nav .testnav .proxies .brregstubreverseproxy ;
2
2
3
+ import no .nav .dolly .libs .test .DollyApplicationContextTest ;
3
4
import no .nav .dolly .libs .test .DollySpringBootTest ;
4
- import org .junit .jupiter .api .Test ;
5
-
6
- import static org .assertj .core .api .AssertionsForClassTypes .assertThat ;
7
5
8
6
@ DollySpringBootTest
9
- class ApplicationContextTest {
10
-
11
- @ Test
12
- void load_app_context () {
13
- assertThat (true ).isTrue ();
14
- }
15
-
7
+ class ApplicationContextTest extends DollyApplicationContextTest {
16
8
}
You can’t perform that action at this time.
0 commit comments