Use properties to set rootDir so that ConfigManager can use it

This commit is contained in:
Syer10
2021-04-03 18:12:01 -04:00
parent b2d5354798
commit e043cb5690
4 changed files with 12 additions and 43 deletions

View File

@@ -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()