Skip to content

Commit aaa185d

Browse files
committed
fix test
1 parent bd241e7 commit aaa185d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def test_cli_crs_groups_empty_list(self, tmp_path: str) -> None:
415415
assert result.returncode == 0, (
416416
f"CLI with empty --crs-groups failed: {result.stderr}"
417417
)
418-
assert "crs_groups=[]" in result.stdout, "Should show empty CRS groups list"
418+
assert "CRS groups: []" in result.stdout, "Should show empty CRS groups list"
419419

420420
print("✅ CLI with empty --crs-groups list works correctly")
421421

0 commit comments

Comments
 (0)