Skip to content

Commit 4184461

Browse files
committed
fix test to align with java
1 parent 9c65059 commit 4184461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/catalog/test_scan_planning_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def test_plan_scan_cancelled(rest_mock: Mocker) -> None:
635635

636636
catalog = _create_test_catalog()
637637
request = PlanTableScanRequest()
638-
with pytest.raises(RuntimeError, match="Scan planning was cancelled"):
638+
with pytest.raises(RuntimeError, match="Received status: cancelled"):
639639
list(catalog.plan_scan(("db", "tbl"), request))
640640

641641

0 commit comments

Comments
 (0)