Fix typo in test
This commit is contained in:
parent
a8cb59aa26
commit
e0d715024c
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class TestEphemeral(unittest.TestCase):
|
|||
@async_test
|
||||
def test_change_worker(self):
|
||||
# Send a signal to the callback that a worker key has been changed
|
||||
set_result = Mock(sepc=etcd.EtcdResult)
|
||||
set_result = Mock(spec=etcd.EtcdResult)
|
||||
set_result.action = 'set'
|
||||
set_result.key = self.mock_job_key
|
||||
|
||||
|
|
Reference in a new issue