diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-03 11:55:15 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-04 14:47:20 +0200 |
| commit | 5a744ff0d5e3936c5592ffbd7951b3faf1b88dc2 (patch) | |
| tree | 0fbd23c4840ac5dcfc9c5107242caf861c1e27c8 | |
| parent | e02425beead9652439193d672cd8ce58b52039f7 (diff) | |
| download | mullvadvpn-5a744ff0d5e3936c5592ffbd7951b3faf1b88dc2.tar.xz mullvadvpn-5a744ff0d5e3936c5592ffbd7951b3faf1b88dc2.zip | |
Change the ad domain used for tests to one that is actually blocked
| -rw-r--r-- | ios/Configurations/UITests.xcconfig.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Configurations/UITests.xcconfig.template b/ios/Configurations/UITests.xcconfig.template index 42465a9a59..b0dd878820 100644 --- a/ios/Configurations/UITests.xcconfig.template +++ b/ios/Configurations/UITests.xcconfig.template @@ -22,7 +22,7 @@ HAS_TIME_ACCOUNT_NUMBER = // the Debug configuration is provided for developer convenience, and uses real accounts. // Ad serving domain used when testing ad blocking. Note that we are assuming there's an HTTP server running on the host. -AD_SERVING_DOMAIN = vpnlist.to +AD_SERVING_DOMAIN = analytics.google.com // A domain which should be reachable. Used to verify Internet connectivity. Must be running a server on port 80. SHOULD_BE_REACHABLE_DOMAIN = mullvad.net |
