Skip to content

Commit afccb42

Browse files
committed
tryout testcontainers
1 parent c6fc245 commit afccb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/TestHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TestHelper {
2020
}
2121

2222
static jsonServerUrl() {
23-
return process.env.JSON_SERVER_URL || 'http://localhost:8010'
23+
return 'http://localhost:8010'
2424
}
2525

2626
static graphQLServerPort() {

0 commit comments

Comments
 (0)