Skip to content

Commit

Permalink
fix test layer
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Apr 24, 2024
1 parent 63cc82b commit 46a384f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rer/newsletter/tests/test_subscriptions_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from plone.app.testing import setRoles
from plone.app.testing import TEST_USER_ID
from rer.newsletter.adapter.subscriptions import IChannelSubscriptions
from rer.newsletter.testing import RER_NEWSLETTER_INTEGRATION_TESTING
from rer.newsletter.testing import RER_NEWSLETTER_FUNCTIONAL_TESTING
from rer.newsletter.utils import ALREADY_SUBSCRIBED
from rer.newsletter.utils import INEXISTENT_EMAIL
from rer.newsletter.utils import INVALID_EMAIL
Expand All @@ -20,7 +20,7 @@
class TestSubscriptionsAdapter(unittest.TestCase):
"""Test on the 'subscriptions' adapter"""

layer = RER_NEWSLETTER_INTEGRATION_TESTING
layer = RER_NEWSLETTER_FUNCTIONAL_TESTING

def setUp(self):
"""Custom shared utility setup for tests."""
Expand Down

0 comments on commit 46a384f

Please sign in to comment.