diff --git a/dev/test_mb_2024_0_mux_2024.py b/dev/test_mb_2024_0_mux_2024.py
index 2cb7c0b0b52e602e2997c0dbd10b71af32d8f5b8..60be086b20e2b9b965fd19f1a193778f39cd548a 100644
--- a/dev/test_mb_2024_0_mux_2024.py
+++ b/dev/test_mb_2024_0_mux_2024.py
@@ -18,6 +18,8 @@ part_of_hardware_system = False
 within_ohmpi = False
 # Stand alone mux
 if stand_alone_mux:
+    HARDWARE_CONFIG['tx'].update({'ctl': HARDWARE_CONFIG['tx'].pop('ctl', ctl_module.Ctl)})
+    HARDWARE_CONFIG['rx'].update({'ctl': HARDWARE_CONFIG['rx'].pop('ctl', tl_module.Ctl)})
     HARDWARE_CONFIG['tx'].update({'connection': HARDWARE_CONFIG['tx'].pop('connection',
                                                                           HARDWARE_CONFIG['rx']['ctl'].interfaces[
                                                                               HARDWARE_CONFIG['tx'].pop(