Merge pull request #711 from coreos-inc/specfix

Fix typo in test
This commit is contained in:
josephschorr 2015-10-23 16:51:55 -04:00
commit 5d5369ac20

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