File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -538,6 +538,7 @@ def test_sla_expiration_date_after_sla_not_enforced(self):
538538 self .assertEqual (finding .sla_days_remaining (), None )
539539 self .assertEqual (finding .sla_deadline (), None )
540540
541+ @override_settings (SLA_CONFIG_ON_NON_PRODUCT_LEVELS = True )
541542 def test_sla_expiration_date_after_eng_override_added (self ):
542543 """
543544 Tests if the SLA expiration date and SLA days remaining are calculated correctly
@@ -577,6 +578,7 @@ def test_sla_expiration_date_after_eng_override_added(self):
577578 self .assertEqual (finding .sla_expiration_date , datetime .now ().date () + timedelta (days = expected_sla_days ))
578579 self .assertEqual (finding .sla_days_remaining (), expected_sla_days )
579580
581+ @override_settings (SLA_CONFIG_ON_NON_PRODUCT_LEVELS = True )
580582 def test_sla_expiration_date_after_test_override_added (self ):
581583 """
582584 Tests if the SLA expiration date and SLA days remaining are calculated correctly
You can’t perform that action at this time.
0 commit comments