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 61312d2 commit 7c7d49aCopy full SHA for 7c7d49a
tests/sentry/search/events/builder/test_discover.py
@@ -69,7 +69,7 @@ def test_simple_query(self):
69
query.get_snql_query().validate()
70
71
def test_query_without_project_ids(self):
72
- params = {
+ params: ParamsType = {
73
"start": self.params["start"],
74
"end": self.params["end"],
75
"organization_id": self.organization.id,
@@ -79,7 +79,7 @@ def test_query_without_project_ids(self):
79
bulk_snuba_queries([query.get_snql_query()], referrer=Referrer.TESTING_TEST.value)
80
81
def test_query_with_empty_project_ids(self):
82
83
84
85
"project_id": [], # We add an empty project_id list
0 commit comments