diff --git a/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in b/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in
index 4f9ae4e365729085a19ececa474cefb7722af6e7..ea0b48efb4a1813fec49fca5ee5c387dd4ca7c68 100755
--- a/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in
+++ b/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in
@@ -27,7 +27,7 @@ function test_parset {
   fi
 
   # Pull the message from the status queue
-  recv_msg lofar.task.feedback.state || error 'Could not pull status message from bus'
+  recv_msg mac.task.feedback.state || error 'Could not pull status message from bus'
 
   # Check the message against the expected result
   # <TODO>
diff --git a/SubSystems/Online_Cobalt/test/testFuncs.sh.in b/SubSystems/Online_Cobalt/test/testFuncs.sh.in
index 93413e709f6b341e2470165d52da7c1bdcb2221a..0a8bf55b4a3f749e67eb3b4cb07fd22822cf1a9a 100755
--- a/SubSystems/Online_Cobalt/test/testFuncs.sh.in
+++ b/SubSystems/Online_Cobalt/test/testFuncs.sh.in
@@ -26,9 +26,9 @@ export LC_ALL="C"
 # (if they exist, so ignore any errors regarding that)
 
 QUEUES="
-  lofar.task.feedback.state
-  lofar.task.feedback.dataproducts
-  lofar.task.feedback.processing"
+  mac.task.feedback.state
+  otdb.task.feedback.dataproducts
+  otdb.task.feedback.processing"
 for Q in $QUEUES; do
   create_queue "$Q"
 done