Commit 194a00a5 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Unit Tests: Missing parameter.

parent 6c54a3a1
......@@ -2087,7 +2087,7 @@ def foobar(self, a, b="portal_type"):
self.commit()
self.assertRaisesRegexp(NotFound, "The specified module,"
" '%s', couldn't be found." % module, external_method)
" '%s', couldn't be found." % module, external_method, 'portal_ids')
# Check fallback on FS, and also callable objects.
cfg = getConfiguration()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment