Skip to content

Commit

Permalink
Fix test runner on Jenkins which randomly assigns ports.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Feb 15, 2020
1 parent 7b1aa7a commit 8ff24f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/restapi/tests/test_resolveuid_functional.py
Expand Up @@ -76,7 +76,7 @@ def test_resolveuid(self):
"type": "LINK",
"mutability": "MUTABLE",
"data": {
"url": "http://localhost:55001/plone/target"
"url": "{}/target".format(self.portal_url)
},
}
},
Expand Down

0 comments on commit 8ff24f3

Please sign in to comment.