File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/io/github/robwin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
import org .junit .jupiter .api .BeforeEach ;
4
4
import org .junit .jupiter .api .extension .ExtendWith ;
5
5
import org .springframework .beans .factory .annotation .Autowired ;
6
- import org .springframework .boot .test .autoconfigure .actuate .metrics . AutoConfigureMetrics ;
6
+ import org .springframework .boot .test .autoconfigure .actuate .observability . AutoConfigureObservability ;
7
7
import org .springframework .boot .test .autoconfigure .web .reactive .AutoConfigureWebTestClient ;
8
8
import org .springframework .boot .test .context .SpringBootTest ;
9
9
import org .springframework .boot .test .web .client .TestRestTemplate ;
15
15
16
16
@ ExtendWith (SpringExtension .class )
17
17
@ AutoConfigureWebTestClient
18
- @ AutoConfigureMetrics
18
+ @ AutoConfigureObservability
19
19
@ SpringBootTest (webEnvironment = SpringBootTest .WebEnvironment .RANDOM_PORT ,
20
20
classes = Application .class )
21
21
public abstract class AbstractIntegrationTest {
You can’t perform that action at this time.
0 commit comments