Skip to content

Commit 1e6af57

Browse files
Nits
1 parent bafa06b commit 1e6af57

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/catalog/test_rest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2901,14 +2901,6 @@ def test_load_table_without_storage_credentials(
29012901
assert actual == expected
29022902

29032903

2904-
# replace_table tests
2905-
#
2906-
# Catalog-agnostic behavior (UUID preservation, snapshot clearing, schema/spec/sort-order reuse,
2907-
# format-version upgrade, etc.) is covered in tests/catalog/test_catalog_behaviors.py against
2908-
# both InMemoryCatalog and SqlCatalog. The tests below cover REST-specific concerns: the wire
2909-
# payload sent to the server and 404 handling.
2910-
2911-
29122904
def _mock_replace_endpoints(
29132905
rest_mock: Mocker,
29142906
namespace: str,

0 commit comments

Comments
 (0)