Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed May 29, 2024
1 parent ead93e2 commit 7e6cdaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/clitest/test_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,9 @@ def test_set_inactive(self, tmpdir):

def test_thumb_nordef(self):
self.create_image()
self.delete_args += ["Image/Thumbnail:" + self.idonly, "Image/RenderingDef:" + self.idonly]
self.delete_args += [
"Image/Thumbnail:" + self.idonly,
"Image/RenderingDef:" + self.idonly]
self.cli.invoke(self.delete_args, strict=True)
self.args += ["test", "--thumb", self.idonly]
self.cli.invoke(self.args, strict=True)

0 comments on commit 7e6cdaf

Please sign in to comment.