Formatting

This commit is contained in:
2018-12-04 17:44:35 +01:00
parent de5c7a98a5
commit de8633a5a4
2 changed files with 5 additions and 2 deletions

View File

@@ -316,7 +316,8 @@ class ReconcileNodeDurationTest(AbstractPillarTest):
with mock.patch('pillar.api.utils.utcnow') as mock_utcnow:
mock_utcnow.return_value = self.fake_now
to_reconcile = [str(self.node_id0), str(self.node_id1), str(self.node_id2), str(self.node_id5)]
to_reconcile = [str(self.node_id0), str(self.node_id1), str(self.node_id2),
str(self.node_id5)]
reconcile_node_video_duration(nodes_to_update=to_reconcile, go=False) # Dry run
self.assertAllUnchanged()