diff --git a/tangostationcontrol/tangostationcontrol/beam/test_delays.py b/tangostationcontrol/tangostationcontrol/beam/test_delays.py
index fc5d8a41ddd3a5dc31cbcc7bb8f3c168009b2a00..d833b7dad724674c96d536b6ce4926fa5281fbc6 100644
--- a/tangostationcontrol/tangostationcontrol/beam/test_delays.py
+++ b/tangostationcontrol/tangostationcontrol/beam/test_delays.py
@@ -22,10 +22,6 @@ class TestAttributeTypes(base.TestCase):
         d = delay_calculator(reference_itrf)
 
     def test_set_measure_time(self):
-        """
-
-        """
-
         # # create a frame tied to the reference position
         reference_itrf = [3826577.066, 461022.948, 5064892.786]  # CS002LBA, in ITRF2005 epoch 2012.5
         d = delay_calculator(reference_itrf)
@@ -35,25 +31,6 @@ class TestAttributeTypes(base.TestCase):
         d.set_measure_time(timestamp)
 
 
-
-    def test_azul(self):
-        # # create a frame tied to the reference position
-        reference_itrf = [3826577.066, 461022.948, 5064892.786]  # CS002LBA, in ITRF2005 epoch 2012.5
-        d = delay_calculator(reference_itrf)
-
-        # # set the timestamp to solve for
-        timestamp = datetime.datetime(2021, 1, 1, 0, 0, 5)
-        d.set_measure_time(timestamp)
-
-        # compute the delays for an antennas w.r.t. the reference position
-        antenna_itrf = [[3826923.546, 460915.441, 5064643.489]]  # CS001LBA, in ITRF2005 epoch 2012.5
-
-        # # obtain the direction vector for a specific pointing
-        direction = "AZUL", "0deg", "0deg"
-
-        # calculate the delays based on the set reference position, the set time and now the set direction and antenna positions.
-        delays = d.convert(direction, antenna_itrf)
-
     def test_sun(self):
         # # create a frame tied to the reference position
         reference_itrf = [3826577.066, 461022.948, 5064892.786]  # CS002LBA, in ITRF2005 epoch 2012.5
@@ -79,7 +56,7 @@ class TestAttributeTypes(base.TestCase):
 
             print(f"time: {i:2}:28,\tdirection: {dir}")
 
-            self.assertTrue()
+            self.assertTrue(0.98 <= sqrt(pow(dir[0],2) + pow(dir[1],2) + pow(dir[2],2)) <= 1.02)
 
     def test_identical_location(self):
         # # create a frame tied to the reference position