Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Apr 2, 2024
1 parent 3a79161 commit 4a6d32d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plone/app/contentlisting/tests/test_integration_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
import base64
import unittest


TEST_IMAGE_DATA = base64.b64decode(
"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="
)


class TestSetup(unittest.TestCase):
layer = CONTENTLISTING_FUNCTIONAL_TESTING

Expand Down

0 comments on commit 4a6d32d

Please sign in to comment.