Explorar el Código

Add test config

Daniel Bohry hace 1 año
padre
commit
06cc289f1b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/test/resources/application.yml

+ 3 - 0
src/test/resources/application.yml

@@ -5,6 +5,9 @@ clients:
   stock:
     url: ${provider:http://mock.com}
     key: ${key:fake-key}
+  exchange:
+    url: ${exchange_provider:}
+    key: ${exchange_key:}
 
 spring:
   data: