Skip to content

Commit 223a2c4

Browse files
committed
add commment about default behavior
1 parent f2d907c commit 223a2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/catalog/test_rest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,6 +2032,7 @@ def test_rest_scan_planning_enabled_by_property(self, rest_mock: Mocker) -> None
20322032
assert catalog.is_rest_scan_planning_enabled() is True
20332033

20342034
def test_rest_scan_planning_disabled_when_endpoint_unsupported(self, requests_mock: Mocker) -> None:
2035+
# config endpoint does not populate endpoint falling back to default
20352036
requests_mock.get(
20362037
f"{TEST_URI}v1/config",
20372038
json={"defaults": {}, "overrides": {}},

0 commit comments

Comments
 (0)