Skip to content
Snippets Groups Projects
Commit 01c3c1f8 authored by MJB's avatar MJB
Browse files

#62 minor updates to line spacing I'm guessing

parent 5e52ae60
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ def influx_db(streaming_sim_config, request):
return InfluxDBClient(host=streaming_sim_config['hosts'][0]['ip_address'], port='8086', database=request.param['database'], timeout=10)
@pytest.fixture(scope="module")
def simulator( streaming_sim_config ):
def simulator(streaming_sim_config):
influx_url = "http://" + streaming_sim_config['hosts'][0]['ip_address'] + ":8086"
influx_db_name = streaming_sim_config['hosts'][1]['database_name']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment