diff --git a/swh/deposit/tests/cli/test_client.py b/swh/deposit/tests/cli/test_client.py --- a/swh/deposit/tests/cli/test_client.py +++ b/swh/deposit/tests/cli/test_client.py @@ -597,7 +597,7 @@ def test_cli_deposit_status_json( output_format, callable_fn, datadir, slug, requests_mock_datadir, caplog ): - """Check deposit status cli with all possible output formats + """Check deposit status cli with all possible output formats (json, yaml, logging). """ api_url_basename = "deposit.test.status"