Make test_search integration tests default to scratch.ly instead of localhost

Everything else points at scratch.ly so if you provide no root url these tests inexplicably failed
This commit is contained in:
BryceLTaylor 2019-06-03 16:27:11 -04:00
parent 92790c2f9d
commit 55901b479d

View file

@ -13,7 +13,7 @@ const tap = require('tap');
const test = tap.test;
// Set test url through environment variable
const rootUrl = process.env.ROOT_URL || 'http://localhost:8333';
const rootUrl = process.env.ROOT_URL || 'https://scratch.ly';
const searchBaseUrl = `${rootUrl}/search/`;
// chrome driver