We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9b902 commit abef969Copy full SHA for abef969
tests/test_twisted.py
@@ -39,7 +39,7 @@ def test_reports_metrics(self):
39
40
agent = Agent(reactor)
41
port = server.getHost().port
42
- url = u"http://localhost:{port}/metrics".format(port=port)
+ url = "http://localhost:{port}/metrics".format(port=port)
43
d = agent.request(b"GET", url.encode("ascii"))
44
45
d.addCallback(readBody)
0 commit comments