diff options
Diffstat (limited to 'baro_tests/tests.py')
-rw-r--r-- | baro_tests/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baro_tests/tests.py b/baro_tests/tests.py index d315fcf1..47edd778 100644 --- a/baro_tests/tests.py +++ b/baro_tests/tests.py @@ -274,7 +274,7 @@ def test_csv_handles_plugin_data( return True -def test_localagent_server_set_collectd(compute, file, logger, client): +def test_dma_server_set_collectd(compute, file, logger, client): with open(file, mode='w') as f: f.write('# dummy conf\n') res = client.set(file) |