Skip to content

Commit

Permalink
test: only one command
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudjester committed Jun 28, 2024
1 parent 9f12e58 commit 22b1d92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_command_line_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 22b1d92

Please sign in to comment.