Skip to content

Commit

Permalink
Removed unnecessary argument from test_comcam_image_taking_verificati…
Browse files Browse the repository at this point in the history
…on.py.
  • Loading branch information
rbovill committed Feb 27, 2024
1 parent fc7c19a commit 2354738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_comcam_image_taking_verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def test_comcam_image_taking(self) -> None:
Use the configuration stored in the image_taking_configs.py module.
"""
# Instantiate the ComCamImageTaking integration tests.
script_class = ComCamImageTaking(test_env="tts")
script_class = ComCamImageTaking()
# Get number of scripts
num_scripts = len(script_class.scripts)
print(
Expand Down

0 comments on commit 2354738

Please sign in to comment.