Fix misspell word
Change-Id: Ic00efae57e04cd3721462fbdaf355c604e5ddaa8
This commit is contained in:
parent
e62dcef4c4
commit
7ee22f6662
@ -70,7 +70,7 @@ class TestInfluxDBRelayDetection(base.BaseTestCase):
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(TestInfluxDBRelayDetection, self).setUp()
|
super(TestInfluxDBRelayDetection, self).setUp()
|
||||||
with mock.patch.object(ir.InfluxDBRelay, '_detect') as mock_detect:
|
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)
|
self.assertTrue(mock_detect.called)
|
||||||
|
|
||||||
def test_should_not_configure_if_no_process(self):
|
def test_should_not_configure_if_no_process(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user