Skip to content

Commit

Permalink
fix : junit failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Dec 12, 2024
1 parent 38529cc commit b54472d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ Licensed under MIT License Copyright (c) 2023-2024 Raja Kolli.

@SpringBootTest(
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
properties = {"spring.cloud.discovery.enabled=false", "spring.cloud.config.enabled=false"},
properties = {
"spring.cloud.discovery.reactive.enabled=false",
"spring.cloud.discovery.enabled=false",
"spring.cloud.config.enabled=false"
},
classes = ContainerConfig.class)
@AutoConfigureWebClient
@ActiveProfiles("test")
Expand Down

0 comments on commit b54472d

Please sign in to comment.