We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b000a96 commit 04fb3c4Copy full SHA for 04fb3c4
1 file changed
smoketests/tests/quickstart.py
@@ -125,7 +125,7 @@ def _test_quickstart(self):
125
main = main.replace(src, dst)
126
main += "\n" + self.extra_code
127
server = self.get_server_address()
128
- host = server["host"]
+ host = server["address"]
129
protocol = server["protocol"]
130
main = main.replace("http://localhost:3000", f"{protocol}://{host}")
131
_write_file(client_path / self.client_file, main)
0 commit comments