8000 Make tests pass on python3 · pythonAI/client_python@abef969 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0