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.
2 parents d1c7e58 + 6fd7491 commit 43fedb1Copy full SHA for 43fedb1
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