Tests corrected, 'Thema' is now required (produces errors otherwise)

This commit is contained in:
2025-11-04 14:35:55 +01:00
parent 7186fa2cbe
commit 2b41490806
2 changed files with 8 additions and 8 deletions

View File

@@ -712,8 +712,8 @@ class VorgabeSanityCheckTest(TestCase):
with self.assertRaises(Exception) as context:
conflicting_vorgabe.clean()
self.assertIn('conflicts with existing', str(context.exception))
self.assertIn('overlapping validity periods', str(context.exception))
self.assertIn('Konflikt mit bestehender', str(context.exception))
self.assertIn('Geltungsdauer übeschneidet sich', str(context.exception))
def test_check_vorgabe_conflicts_utility(self):
"""Test check_vorgabe_conflicts utility function"""