Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eziztm committed Sep 4, 2023
1 parent 21912b4 commit dad59bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@Slf4j
@Configuration
@ConditionalOnProperty(value = "vault.enabled", matchIfMissing = true)
//@ConditionalOnProperty(value = "vault.enabled", matchIfMissing = true)
public class FlywayConfig {

// @Bean
Expand Down
4 changes: 3 additions & 1 deletion apps/backend/src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ client.nom.graphql.url=http://localhost:${wiremock.server.port:8080}/nomgraphql
kafka.topics.nom-ressurs=test.nom-ressurser

spring.kafka.bootstrap-servers=localhost:9090
spring.kafka.security.protocol=PLAINTEXT
spring.kafka.security.protocol=PLAINTEXT

spring.flyway.enabled=true

0 comments on commit dad59bd

Please sign in to comment.