|
@@ -31,7 +31,7 @@ from sentry.testutils.helpers.features import with_feature
|
|
from sentry.testutils.helpers.options import override_options
|
|
from sentry.testutils.helpers.options import override_options
|
|
from sentry.testutils.pytest.fixtures import django_db_all
|
|
from sentry.testutils.pytest.fixtures import django_db_all
|
|
from sentry.testutils.relay import RelayStoreHelper
|
|
from sentry.testutils.relay import RelayStoreHelper
|
|
-from sentry.testutils.skips import requires_symbolicator
|
|
|
|
|
|
+from sentry.testutils.skips import requires_kafka, requires_symbolicator
|
|
from sentry.utils import json
|
|
from sentry.utils import json
|
|
|
|
|
|
# IMPORTANT:
|
|
# IMPORTANT:
|
|
@@ -43,6 +43,9 @@ from sentry.utils import json
|
|
# to `system.internal-url-prefix` inside `initialize` method below, or add `127.0.0.1 host.docker.internal`
|
|
# to `system.internal-url-prefix` inside `initialize` method below, or add `127.0.0.1 host.docker.internal`
|
|
# entry to your `/etc/hosts`
|
|
# entry to your `/etc/hosts`
|
|
|
|
|
|
|
|
+
|
|
|
|
+pytestmark = [requires_symbolicator, requires_kafka]
|
|
|
|
+
|
|
BASE64_SOURCEMAP = "data:application/json;base64," + (
|
|
BASE64_SOURCEMAP = "data:application/json;base64," + (
|
|
b64encode(
|
|
b64encode(
|
|
b'{"version":3,"file":"generated.js","sources":["/test.js"],"names":[],"mappings":"AAAA","sourcesContent":['
|
|
b'{"version":3,"file":"generated.js","sources":["/test.js"],"names":[],"mappings":"AAAA","sourcesContent":['
|