Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
two test fixes for py27
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Jan 5, 2018
1 parent 349f70a commit 4216fb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/grokcore/json/tests/json/missing_permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
>>> from grokcore.json import testing
>>> testing.grok(__name__)
Traceback (most recent call last):
...
zope.configuration.config.ConfigurationExecutionError: \
martian.error.GrokError: Undefined permission 'doesnt.exist' in \
<class 'grokcore.json.tests.json.missing_permission.MissingPermission'>. \
Use grok.Permission first.
...
Use grok.Permission first...
"""

Expand Down
4 changes: 2 additions & 2 deletions src/grokcore/json/tests/json/missing_permission2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
>>> from grokcore.json import testing
>>> testing.grok(__name__)
Traceback (most recent call last):
...
zope.configuration.config.ConfigurationExecutionError: \
martian.error.GrokError: Undefined permission 'doesnt.exist' in \
<class 'grokcore.json.tests.json.missing_permission2.MissingPermission'>. \
Use grok.Permission first.
...
Use grok.Permission first...
"""

Expand Down

0 comments on commit 4216fb1

Please sign in to comment.