diff --git a/tests/test_command_line_interface.py b/tests/test_command_line_interface.py index 74eb75ec..666aec08 100644 --- a/tests/test_command_line_interface.py +++ b/tests/test_command_line_interface.py @@ -256,12 +256,10 @@ def then_I_can_read_the_filtered_json(self): ) def when_I_run_copernicus_marine_describe_including_datasets(self): - command = "copernicusmarine describe --include-datasets" command = [ "copernicusmarine", "describe", "--include-datasets", - "--no-metadata-cache", ] self.output = execute_in_terminal(command)