summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/test/e2e/build.gradle.kts3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/test/e2e/build.gradle.kts b/android/test/e2e/build.gradle.kts
index d678add1b0..c8c91df24f 100644
--- a/android/test/e2e/build.gradle.kts
+++ b/android/test/e2e/build.gradle.kts
@@ -24,7 +24,8 @@ android {
testInstrumentationRunnerArguments += buildMap {
put("clearPackageData", "true")
- // Add all properties starting with "test.e2e" to the testInstrumentationRunnerArguments
+ // Add all properties starting with "mullvad.test.e2e" to the
+ // testInstrumentationRunnerArguments
properties.forEach {
if (it.key.startsWith("mullvad.test.e2e")) {
put(it.key, it.value.toString())