Skip to content

Commit

Permalink
Merge pull request #1431 from blackmad/empty-pelias-config-in-test
Browse files Browse the repository at this point in the history
always use an empty pelias.json in test
  • Loading branch information
orangejulius authored May 7, 2020
2 parents 82f939c + 1996d9a commit c12589a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/units
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# see https://github.com/pelias/pelias/issues/744
set -euo pipefail

node test/unit/run.js | npx tap-dot
PELIAS_CONFIG=./test/pelias-config-empty.json node test/unit/run.js | npx tap-dot
1 change: 1 addition & 0 deletions test/pelias-config-empty.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit c12589a

Please sign in to comment.