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

Commit

Permalink
For some reason this test passed using tox on py3. Why? Fixed it.
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Jan 5, 2018
1 parent d46ba9a commit ea9464e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Changes
3.0.1 (unreleased)
==================

- Nothing changed yet.

- Fixed a test error that somehow was missed by travis and tox.

3.0.0 (2018-01-05)
==================
Expand Down
2 changes: 1 addition & 1 deletion src/grokcore/json/ftests/json/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
JSON views answer a special content-type::
>>> print http('GET /cave/show HTTP/1.1')
>>> print(http('GET /cave/show HTTP/1.1'))
HTTP/1.0 200 Ok
Content-Length: 17
Content-Type: application/json
Expand Down

0 comments on commit ea9464e

Please sign in to comment.