summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-07-08 16:08:40 +0200
committerDavid Göransson <david.goransson@mullvad.net>2025-07-10 13:12:04 +0200
commit396e0791d037fd939d9837ee1f2768ad5c73dc49 (patch)
tree1a9c2417587db452d737de715e64c6b82e0b8944 /android
parent079b39c33c4045cae61835502fdde9ad782dd937 (diff)
downloadmullvadvpn-396e0791d037fd939d9837ee1f2768ad5c73dc49.tar.xz
mullvadvpn-396e0791d037fd939d9837ee1f2768ad5c73dc49.zip
Fix typo
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())