fix voor verkeerde url
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-27 22:10:17 +01:00
parent 904f1c48ea
commit 1adc2096a0
+1 -1
View File
@@ -39,7 +39,7 @@ class TestShitpost(unittest.TestCase):
def test_watspelenwe_cal(self): def test_watspelenwe_cal(self):
data = requests.get(os.getenv('STROOP_CALDAV_CAL')) data = requests.get(os.getenv('STROOP_CALDAV_CAL'))
if not data: if not data:
self.skipTest(f"Server at {self.cog.muzak_url} has an error, or is unavailable") self.skipTest(f"Server at {os.getenv('STROOP_CALDAV_HOST')} has an error, or is unavailable")
(activiteit, reden) = self.cog.get_watspelenwe_cal() (activiteit, reden) = self.cog.get_watspelenwe_cal()
with self.subTest(msg="Watspelenwe activiteit does not return a string"): with self.subTest(msg="Watspelenwe activiteit does not return a string"):