gabbi 1.42 expect a host to be set

Since 1.42, gabbi expect a host to be set. We don't use it in our tests
suites, so this change just put a random one.

Change-Id: Iee6579f18ac3634b4b8de00b9b039c10be243017
This commit is contained in:
Mehdi Abaakouk 2018-04-19 14:03:46 +02:00
parent 05b95d2840
commit 11277a8bee
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class TestTelemetryIntegration(manager.ScenarioTest):
test_base_name="gabbi",
suite_dict=utils.load_yaml(f),
test_directory=TEST_DIR,
host=None, port=None,
host="example.com", port=None,
fixture_module=None,
intercept=None,
handlers=runner.initialize_handlers([]),