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 38042ca commit ab75641Copy full SHA for ab75641
tests/catalog/test_rest.py
@@ -1533,7 +1533,7 @@ def test_rest_catalog_with_basic_auth_type() -> None:
1533
with pytest.raises(TypeError) as e:
1534
# Missing namespace
1535
RestCatalog("rest", **catalog_properties) # type: ignore
1536
- assert "BasicAuthManager.__init__() missing 1 required positional argument: 'password'" in str(e.value)
+ assert "__init__() missing 1 required positional argument: 'password'" in str(e.value)
1537
1538
1539
def test_rest_catalog_with_custom_auth_type() -> None:
0 commit comments