Fix typo in test

This commit is contained in:
Joseph Schorr 2015-10-23 16:39:40 -04:00
parent a8cb59aa26
commit e0d715024c

View file

@ -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