Skip to content

Commit 9964996

Browse files
authored
Patch
1 parent 6329d85 commit 9964996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/catalog/test_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ def test_update_namespace_properties_invalid_namespace(rest_mock: Mocker) -> Non
14861486
assert "Empty namespace identifier" in str(e.value)
14871487

14881488

1489-
def test_request_session_with_ssl_ca_bundle(monkeypatch) -> None:
1489+
def test_request_session_with_ssl_ca_bundle(monkeypatch: pytest.MonkeyPatch) -> None:
14901490
# Given
14911491
catalog_properties = {
14921492
"uri": TEST_URI,

0 commit comments

Comments
 (0)