Browse Source

fix(test): Use correct url prefix for minidump test (#36635)

Markus Unterwaditzer 2 years ago
parent
commit
abb37e7c63
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/symbolicator/test_minidump_full.py

+ 2 - 1
tests/symbolicator/test_minidump_full.py

@@ -28,7 +28,8 @@ class SymbolicatorMinidumpIntegrationTest(RelayStoreHelper, TransactionTestCase)
         new_prefix = live_server.url
 
         with patch("sentry.auth.system.is_internal_ip", return_value=True), self.options(
-            {"system.internal-url-prefix": new_prefix}
+            # Do not change to internal-url-prefix, otherwise tests break on docker for mac
+            {"system.url-prefix": new_prefix}
         ):
 
             # Run test case: