diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-11-13 15:33:51 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-11-18 11:47:05 +0100 |
| commit | 0b91d6513bda18d9a753c51465129eba23145d75 (patch) | |
| tree | 9ef5aab49318c5b22d60ddea3e4b3d5f1265fe75 /android | |
| parent | f90f1de0486ae41e4a2bf13ef3506f855044b39e (diff) | |
| download | mullvadvpn-0b91d6513bda18d9a753c51465129eba23145d75.tar.xz mullvadvpn-0b91d6513bda18d9a753c51465129eba23145d75.zip | |
Remove unused code
Diffstat (limited to 'android')
| -rw-r--r-- | android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/annotations/HasDependencyOnLocalAPI.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/annotations/HasDependencyOnLocalAPI.kt b/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/annotations/HasDependencyOnLocalAPI.kt index 9aa876abcd..d1381c05f1 100644 --- a/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/annotations/HasDependencyOnLocalAPI.kt +++ b/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/annotations/HasDependencyOnLocalAPI.kt @@ -17,7 +17,7 @@ annotation class HasDependencyOnLocalAPI { override fun evaluateExecutionCondition( context: ExtensionContext? ): ConditionEvaluationResult { - val enable = BuildConfig.ENABLE_ACCESS_TO_LOCAL_API_TESTS.toBoolean() ?: false + val enable = BuildConfig.ENABLE_ACCESS_TO_LOCAL_API_TESTS.toBoolean() return if (enable) { ConditionEvaluationResult.enabled( |
