diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ef2466fd2d2b..2ca51d86a52f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -94,9 +94,9 @@ android { defaultConfig { testInstrumentationRunnerArguments += mapOf( - "TEST_SERVER_URL" to "ncTestServerBaseUrl.toString()", - "TEST_SERVER_USERNAME" to "ncTestServerUsername.toString()", - "TEST_SERVER_PASSWORD" to "ncTestServerPassword.toString()", + "TEST_SERVER_URL" to ncTestServerBaseUrl.toString(), + "TEST_SERVER_USERNAME" to ncTestServerUsername.toString(), + "TEST_SERVER_PASSWORD" to ncTestServerPassword.toString(), "disableAnalytics" to "true" ) applicationId = "com.nextcloud.client"