We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6de45 commit bc35723Copy full SHA for bc35723
tests/sentry/explore/endpoints/test_explore_saved_queries.py
@@ -1273,7 +1273,9 @@ def test_post_metrics_dataset_requires_metric_field(self) -> None:
1273
},
1274
)
1275
assert response.status_code == 400, response.content
1276
- assert "Metric field is required for metrics dataset" in str(response.data)
+ assert "Metric field is required for non-equation queries on the metrics dataset" in str(
1277
+ response.data
1278
+ )
1279
1280
def test_save_with_start_and_end_time(self) -> None:
1281
with self.feature(self.features):
0 commit comments