Scenarios 1,2,4 passed

This commit is contained in:
Maveno
2024-11-04 10:23:33 +01:00
parent 06b523f3e8
commit f94310fdb7
4 changed files with 4 additions and 4 deletions

View File

@@ -101,4 +101,4 @@ class MediaCombinator0(MediaCombinator):
yieldObj['preset'] = yObj_p yieldObj['preset'] = yObj_p
return yieldObj yield yieldObj

View File

@@ -152,4 +152,4 @@ class MediaCombinator4(MediaCombinator):
| j.shouldFail()) | j.shouldFail())
yieldObj['preset'] = yObj_p yieldObj['preset'] = yObj_p
yield yieldObj yield yieldObj

View File

@@ -64,10 +64,10 @@ class Scenario2(Scenario):
jellyfinSelectorIndex = -1 jellyfinSelectorIndex = -1
if self._context['test_variant'] and variantIdentifier != self._context['test_variant']: #if self._context['test_variant'] and variantIdentifier != self._context['test_variant']:
if self._context['test_variant'] and not variantIdentifier.startswith(self._context['test_variant']):
return return
self._logger.debug(f"Running Job: {variantLabel}") self._logger.debug(f"Running Job: {variantLabel}")