From 55901b479d69787915c9a02628fd184108434f4e Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Mon, 3 Jun 2019 16:27:11 -0400 Subject: [PATCH] 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 --- test/integration/smoke-testing/test_search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke-testing/test_search.js b/test/integration/smoke-testing/test_search.js index c735d2472..22a85e651 100644 --- a/test/integration/smoke-testing/test_search.js +++ b/test/integration/smoke-testing/test_search.js @@ -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