Fix misspell word

Change-Id: Ic00efae57e04cd3721462fbdaf355c604e5ddaa8
This commit is contained in:
pangliye 2019-11-18 17:12:58 +08:00
parent e62dcef4c4
commit 7ee22f6662
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class TestInfluxDBRelayDetection(base.BaseTestCase):
def setUp(self):
super(TestInfluxDBRelayDetection, self).setUp()
with mock.patch.object(ir.InfluxDBRelay, '_detect') as mock_detect:
self._ir = ir.InfluxDBRelay('inflxudb-relay')
self._ir = ir.InfluxDBRelay('influxdb-relay')
self.assertTrue(mock_detect.called)
def test_should_not_configure_if_no_process(self):