Skip to content

Commit abef969

Browse files
committed
Make tests pass on python3
1 parent ad9b902 commit abef969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_twisted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_reports_metrics(self):
3939

4040
agent = Agent(reactor)
4141
port = server.getHost().port
42-
url = u"http://localhost:{port}/metrics".format(port=port)
42+
url = "http://localhost:{port}/metrics".format(port=port)
4343
d = agent.request(b"GET", url.encode("ascii"))
4444

4545
d.addCallback(readBody)

0 commit comments

Comments
 (0)