mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 19:34:35 -05:00
Use properties to set rootDir so that ConfigManager can use it
This commit is contained in:
@@ -41,7 +41,7 @@ class TestExtensions {
|
||||
@BeforeAll
|
||||
fun setup() {
|
||||
val dataRoot = File("tmp/TestDesk").absolutePath
|
||||
applicationSetup(dataRoot, loadConfigs(dataRoot))
|
||||
applicationSetup(dataRoot)
|
||||
setLoggingEnabled(false)
|
||||
runBlocking {
|
||||
extensions = getExtensionList()
|
||||
|
||||
Reference in New Issue
Block a user