Skip to content

Commit

Permalink
fix(misc): newer version of fiat api client requires url to wire up c…
Browse files Browse the repository at this point in the history
…lient (#3685)
  • Loading branch information
srekapalli committed May 14, 2020
1 parent cd82d16 commit b59c739
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions orca-api-tck/src/test/resources/orca-test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ redis:
spring:
application:
name: orca

services:
fiat:
baseUrl: https://fiat.net
4 changes: 4 additions & 0 deletions orca-plugins-test/src/test/resources/orca-plugins-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ spinnaker:
enabled: false
com.netflix.orca.version.not.supported.plugin:
enabled: true

services:
fiat:
baseUrl: https://fiat.net
4 changes: 4 additions & 0 deletions orca-web/src/test/resources/orca-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ executionRepository:
spring:
application:
name: orcaTest

services:
fiat:
baseUrl: https://fiat.net

0 comments on commit b59c739

Please sign in to comment.