We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c7e58 commit 6fd7491Copy full SHA for 6fd7491
toxiproxy/server.py
@@ -116,3 +116,4 @@ def update_api_consumer(self, host, port):
116
117
APIConsumer.host = host
118
APIConsumer.port = port
119
+ APIConsumer.base_url = "http://%s:%s" % (host, port)
0 commit comments