Skip to content

Commit 77b91f1

Browse files
committed
test: rename API_BASE_URL to TEST_API_BASE_URL (#90)
1 parent a1f48fa commit 77b91f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lithic-java-core/src/test/kotlin/com/lithic/api/TestServerExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class TestServerExtension : BeforeAllCallback, ExecutionCondition {
5555

5656
companion object {
5757

58-
val BASE_URL = System.getenv("API_BASE_URL") ?: "http://localhost:4010"
58+
val BASE_URL = System.getenv("TEST_API_BASE_URL") ?: "http://localhost:4010"
5959

6060
const val SKIP_TESTS_ENV: String = "SKIP_MOCK_TESTS"
6161
}

0 commit comments

Comments
 (0)