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 650c0cf commit 4842e69Copy full SHA for 4842e69
stac_fastapi/elasticsearch/tests/conftest.py
@@ -45,7 +45,7 @@ def __init__(
45
method: str = "GET",
46
url: str = "XXXX",
47
app: Optional[Any] = None,
48
- query_params: dict[str, Any] = {"limit": "10"},
+ query_params: Dict[str, Any] = {"limit": "10"},
49
):
50
self.method = method
51
self.url = url
0 commit comments