diff --git a/handlers/BandwidthTestHandler.py b/handlers/BandwidthTestHandler.py
index be05c8c73764a5c1212f625d9a14eee62b8a8ab5..bc9f0327088cf650844dfcf58faa75136b5f3edd 100644
--- a/handlers/BandwidthTestHandler.py
+++ b/handlers/BandwidthTestHandler.py
@@ -536,9 +536,8 @@ class BandwidthTestHandler(BaseHandler):
                 "lhcb-master-mr",
                 "lhcb-master",
         ]) and (options in [
-                "Moore_hlt2_bandwidth", "Moore_hlt2_2023_bandwidth",
-                "Moore_spruce_bandwidth", "AllenInMoore_hlt1_bandwidth",
-                "Moore_spruce_latest_bandwidth"
+                "AllenInMoore_hlt1_bandwidth", "Moore_hlt2_bandwidth",
+                "Moore_spruce_bandwidth", "Moore_spruce_latest_bandwidth"
         ]):
             csv_rate_table_names = [
                 f for f in list_outputs() if f.endswith(".csv")