Skip to content

Commit

Permalink
fix(swagger): Enable canary config store for generating with swagger (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjimenez committed Sep 19, 2019
1 parent cf493fe commit 47f4cc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import static org.springframework.test.web.servlet.request.MockMvcRequestBuilder
classes = [Main],
initializers = YamlFileApplicationContextInitializer
)
@TestPropertySource(properties = "services.kayenta.enabled=true") // Enable Controllers we want to document in the spec here.
@TestPropertySource(properties = [ "services.kayenta.enabled=true","services.kayenta.canary-config-store=true" ]) // Enable Controllers we want to document in the spec here.
class GenerateSwaggerSpec extends Specification {

@Autowired
Expand Down

0 comments on commit 47f4cc3

Please sign in to comment.