test(video): note what the reference server probe matches on

This commit is contained in:
CalamitousFelicitousness
2026-08-16 07:44:16 +01:00
parent 885fc34e6b
commit c4a29bfb94
+1
View File
@@ -208,6 +208,7 @@ class VideoAPITest:
self._category = 'still'
print("\n--- Still Mode Tests ---")
data, elapsed = self._video({'frames': 1})
# matches the workflow named in the resolver's nothing-to-condition-on rejection; rewording it there skips every later category
if data.get('error') == 400 and 'ref2va' in str(data.get('detail', '')):
self.ref2va = True # the loaded model conditions on references; every later request carries one
data, elapsed = self._video({'frames': 1})