Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
reglim committed Aug 18, 2023
1 parent d32a639 commit 5ea6f00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/t12_api/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 5ea6f00

Please sign in to comment.