Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed May 19, 2015
1 parent 57ad4ba commit e88469c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/CMFPlone/tests/testSecurity.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_utranslate(self):
def test_createObject(self):
res = self.publish('/plone/createObject?type_name=File&id=${foo}')
self.assertEqual(302, res.status)
self.assertEqual('http://nohost/plone/portal_factory/File/${foo}/edit', res.headers['location'])
self.assertTrue(res.headers['location'].startswith('http://nohost/plone/portal_factory/File/${foo}/edit?_authenticator='))

def test_formatColumns(self):
res = self.publish('/plone/formatColumns?items:list=')
Expand Down

0 comments on commit e88469c

Please sign in to comment.