diff --git a/system/t12_api/publish.py b/system/t12_api/publish.py index 0bd45ed1c..f80866452 100644 --- a/system/t12_api/publish.py +++ b/system/t12_api/publish.py @@ -790,3 +790,6 @@ def check(self): timeout=2 ) self.check_equal(resp.json()["error"], "unable to publish: unable to detached sign file: exit status 2") + print(resp) + self.check_equal(True, False) +