Skip to content

Commit 04fb3c4

Browse files
committed
[bfops/continue-3227]: fix
1 parent b000a96 commit 04fb3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smoketests/tests/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def _test_quickstart(self):
125125
main = main.replace(src, dst)
126126
main += "\n" + self.extra_code
127127
server = self.get_server_address()
128-
host = server["host"]
128+
host = server["address"]
129129
protocol = server["protocol"]
130130
main = main.replace("http://localhost:3000", f"{protocol}://{host}")
131131
_write_file(client_path / self.client_file, main)

0 commit comments

Comments
 (0)