diff --git a/python/lsst/ts/IntegrationTests/auxtel_latiss_take_sequence.py b/python/lsst/ts/IntegrationTests/auxtel_latiss_take_sequence.py index 05ea36a3..37354dae 100644 --- a/python/lsst/ts/IntegrationTests/auxtel_latiss_take_sequence.py +++ b/python/lsst/ts/IntegrationTests/auxtel_latiss_take_sequence.py @@ -48,7 +48,7 @@ class AuxTelLatissTakeSequence(BaseScript): index: int = 2 configs: tuple = ([],) scripts: list = [ - ("auxtel/latiss_take_sequence.py", BaseScript.is_external), + ("auxtel/latiss_take_sequence.py", BaseScript.is_standard), ] def __init__(self, sequence: str) -> None: