Revision 38d247df snf-app/synnefo/invitations/tests.py

b/snf-app/synnefo/invitations/tests.py
38 38

  
39 39
class InvitationsTestCase(TestCase):
40 40
    fixtures = ['users']
41
    token = '46e427d657b20defe352804f0eb6f8a2'
41
    token = settings.BYPASS_AUTHENTICATION_TOKEN
42 42

  
43 43
    def setUp(self):
44 44
        self.client = Client()

Also available in: Unified diff