Skip to content

Commit 08fa4c8

Browse files
committed
fix(swagger): Adds property allow swagger generation
1 parent 4c66b6f commit 08fa4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gate-web/src/test/groovy/com/netflix/spinnaker/gate/swagger/GenerateSwaggerSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import static org.springframework.test.web.servlet.request.MockMvcRequestBuilder
2828
@TestPropertySource(
2929
// Enable Controllers we want to document in the spec here.
3030
properties = [ "retrofit.enabled=true","services.kayenta.enabled=true","services.kayenta.canary-config-store=true",
31-
"services.keel.enabled=true", "spring.application.name=gate", 'services.fiat.baseUrl=https://localhost', 'services.keel.baseUrl=https://localhost' ])
31+
"services.keel.enabled=true", "spring.application.name=gate", 'services.fiat.baseUrl=https://localhost', 'services.keel.baseUrl=https://localhost', "spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER" ])
3232
class GenerateSwaggerSpec extends Specification {
3333

3434
@Autowired

0 commit comments

Comments
 (0)