Skip to content

Commit

Permalink
Fix UT broken by variable rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Crampton committed Nov 2, 2015
1 parent e4bf38a commit 1d6bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calico/felix/test/test_fetcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_force_resync(self, m_spawn, m_etcd_watcher):
api.force_resync(async=True)
self.step_actor(api)
m_status_rep.resync.assert_called_once_with(async=True)
self.assertTrue(m_etcd_watcher.return_value.resync_after_current_poll)
self.assertTrue(m_etcd_watcher.return_value.resync_requested)


class ExpectedException(Exception):
Expand Down

0 comments on commit 1d6bc1c

Please sign in to comment.