Skip to content

Commit

Permalink
tryout testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Nov 15, 2024
1 parent df11079 commit 4f679f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/TestHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TestHelper {
}

static jsonServerUrl() {
return 'http://localhost:8010'
return process.env.JSON_SERVER_URL || 'http://localhost:8010'
}

static graphQLServerPort() {
Expand Down

0 comments on commit 4f679f4

Please sign in to comment.