Skip to content

Commit

Permalink
Dx siteroot (#60)
Browse files Browse the repository at this point in the history
Fixed test that failed for dexterity site root.

Co-authored-by: ale-rt <alessandro.pisa@gmail.com>
  • Loading branch information
jaroel and ale-rt authored Aug 18, 2021
1 parent 127d83c commit 50c1708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/app/testing/layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ We can now look for this new object through the server.
['http', '//localhost']

>>> from six.moves.urllib.request import urlopen
>>> conn = urlopen(portal_url + '/Title', timeout=10)
>>> conn = urlopen(portal_url, timeout=10)
>>> responseBody = conn.read()
>>> b"Fancy Portal" in responseBody
True
Expand Down

0 comments on commit 50c1708

Please sign in to comment.