Browse Source

added services.pip to successful test

pull/875/head
Stephen Hess 8 years ago
parent
commit
88882d0199
  1. 3
      test/unit/schema.js

3
test/unit/schema.js

@ -20,6 +20,9 @@ module.exports.tests.completely_valid = (test, common) => {
},
requestRetries: 19,
services: {
pip: {
url: 'http://locahost'
},
placeholder: {
url: 'http://locahost'
}

Loading…
Cancel
Save