We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6329d85 commit 9964996Copy full SHA for 9964996
tests/catalog/test_rest.py
@@ -1486,7 +1486,7 @@ def test_update_namespace_properties_invalid_namespace(rest_mock: Mocker) -> Non
1486
assert "Empty namespace identifier" in str(e.value)
1487
1488
1489
-def test_request_session_with_ssl_ca_bundle(monkeypatch) -> None:
+def test_request_session_with_ssl_ca_bundle(monkeypatch: pytest.MonkeyPatch) -> None:
1490
# Given
1491
catalog_properties = {
1492
"uri": TEST_URI,
0 commit comments