Skip to content

Commit

Permalink
[refactor] #348 테스트 코드 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
dongx0915 committed Apr 30, 2024
1 parent 910bf3d commit 2aed46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class RunnectDeveloperViewModel @Inject constructor(
}

fun checkTestServerStatus() {
val testServerUrl = "${BuildConfig.RUNNECT_NODE_URL}/actuator/health"
val testServerUrl = "${BuildConfig.RUNNECT_DEV_URL}/actuator/health"
checkServerStatus(testServerUrl, _testStatus)
}

Expand Down

0 comments on commit 2aed46b

Please sign in to comment.