diff --git a/tests/test_command.py b/tests/test_command.py index 9bb53b7..cf6b6e0 100644 --- a/tests/test_command.py +++ b/tests/test_command.py @@ -199,12 +199,8 @@ def test_send_fits_image_command(self): "repo": "embargo", "collection": "u/kadrlica/binCalexp4", "image_name": "calexpBinned8", - "data_id": { - "instrument": "LSSTComCam", - "detector": 3, - "visit": 2024110900185 - } - } + "data_id": {"instrument": "LSSTComCam", "detector": 3, "visit": 2024110900185}, + }, } print(lras.command.BaseCommand.command_registry)