From c4a29bfb94a50dce18d030c047bf840ebc4d4fa1 Mon Sep 17 00:00:00 2001 From: CalamitousFelicitousness Date: Sun, 16 Aug 2026 07:44:16 +0100 Subject: [PATCH] test(video): note what the reference server probe matches on --- test/test-video-api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-video-api.py b/test/test-video-api.py index 040cf0523..699e4fd4c 100644 --- a/test/test-video-api.py +++ b/test/test-video-api.py @@ -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})