From 22b1d928fdc088e38e00fc61c37abeab8f4c39c3 Mon Sep 17 00:00:00 2001 From: renaudjester Date: Fri, 14 Jun 2024 11:37:59 +0200 Subject: [PATCH] test: only one command --- tests/test_command_line_interface.py | 2 -- 1 file changed, 2 deletions(-) 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)