fix(vllm-omni): remove invalid syntax in test.py (#12135)

Signed-off-by: hendrixx-cnc <tjhendrx@icloud.com>
This commit is contained in:
X authored and GitHub committed 2026-09-23 12:24:21 +02:00
1 parent 7e0c5d957c
commit c5216b36af
1 file changed
+1 -2
+1 -2
View File
@@ -68,7 +68,7 @@ class TestBackendServicer(unittest.TestCase):
width=512,
height=512,
step=20,
seed=42additional_information
seed=42
)
resp = stub.GenerateImage(req)
self.assertTrue(resp.success)
@@ -77,6 +77,5 @@ class TestBackendServicer(unittest.TestCase):
self.fail("GenerateImage service failed")
finally:
self.tearDown()
additional_information
if __name__ == "__main__":
unittest.main()