Skip to content
Snippets Groups Projects
Commit 09e8f9a4 authored by David Trattnig's avatar David Trattnig
Browse files

fix(test): update compare value

parent 3bc4e8d1
No related branches found
No related tags found
Loading
Pipeline #3390 failed
......@@ -62,7 +62,7 @@ class TestApiSteering(unittest.TestCase):
self.assertEqual(17, t1.id)
self.assertEqual(datetime.strptime("2023-05-16T10:06:00", "%Y-%m-%dT%H:%M:%S"), t1.start)
self.assertEqual(datetime.strptime("2023-05-16T10:10:00", "%Y-%m-%dT%H:%M:%S"), t1.end)
self.assertEqual("Music Show", t1.title)
self.assertEqual("Wurlitzer", t1.title)
self.assertEqual(17, t1.schedule_id)
self.assertEqual(False, t1.is_repetition)
self.assertEqual(1, t1.playlist_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment