Commit 45fb289b authored by Marco Buttu's avatar Marco Buttu
Browse files

Change TARGETSYS to STATION in SRTLPBandReceiver tests (#144)

parent 2ca1f731
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ from Acspy.Util import ACSCorba

class TestLO(unittest2.TestCase):

    telescope = os.getenv('TARGETSYS')
    telescope = os.getenv('STATION')

    @classmethod
    def setUpClass(cls):