Skip to content
Snippets Groups Projects
Commit d1caca69 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

fix unit tests when run under travis-ci - when we want address_info to not...

fix unit tests when run under travis-ci - when we want address_info to not detect primary support, we should use a domain name that will never offer primary support - issue #1197
parent 0c74c690
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ suite.addBatch({ ...@@ -88,7 +88,7 @@ suite.addBatch({
}, },
"address_info": { "address_info": {
topic: wsapi.get('/wsapi/address_info', { topic: wsapi.get('/wsapi/address_info', {
email: 'test@hilaiel.com' email: 'test@non-existant.domain'
}), }),
"fails with 503": function(err, r) { "fails with 503": function(err, r) {
assert.strictEqual(r.code, 503); assert.strictEqual(r.code, 503);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment