Browse Source

don't use httpbin local for now

pull/41/head
Spencer Gibb 8 years ago
parent
commit
db3c0d1211
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 4
      src/test/resources/application.yml

4
src/test/resources/application.yml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
test:
# hostport: httpbin.org:80
hostport: localhost:5000
hostport: httpbin.org:80
# hostport: localhost:5000
uri: http://${test.hostport}
spring:

Loading…
Cancel
Save