Skip to content

Commit e7970c1

Browse files
author
Krish
committed
fix print
1 parent 7805069 commit e7970c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.builder/actions/localhost_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def start(self, env):
2121

2222
result = env.shell.exec(python, '-m', 'pip', 'install', 'h11', 'h2', 'trio')
2323
if result.returncode != 0:
24-
print("Could not install python HTTP/2 server. The localhost integration tests will fail.", file=sys.stderr)
24+
print("Could not install python HTTP dependencies. The localhost integration tests will fail.", file=sys.stderr)
2525
return
2626

2727
server_dir = os.path.join(env.root_dir,'crt','aws-c-http','tests','mock_server')

0 commit comments

Comments
 (0)