Skip to content

Commit 3ccb02c

Browse files
Refactor validation command in end-to-end CLI test to remove unnecessary groups argument
1 parent de2aac0 commit 3ccb02c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

eopf_geozarr/tests/test_cli_e2e.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ def test_cli_convert_real_sentinel2_data(self, temp_output_dir: str) -> None:
124124
"eopf_geozarr",
125125
"validate",
126126
str(output_path),
127-
"--groups",
128-
] + groups
127+
]
129128

130129
result_validate = subprocess.run(cmd_validate, capture_output=True, text=True, timeout=60)
131130

0 commit comments

Comments
 (0)