Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Read test url from env var
Browse files Browse the repository at this point in the history
  • Loading branch information
lpww committed Mar 6, 2019
1 parent 0d41aef commit 72267a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/globals.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const globals = {
url: 'http://localhost:3000'
url: process.env.ACCEPTANCE_URL || 'http://localhost:3000'
}

export default globals

0 comments on commit 72267a3

Please sign in to comment.