Reworked ShotManager into ShotAssetManager

This commit is contained in:
2016-11-09 13:58:46 +01:00
parent 43e6e5cef9
commit 3346bb1364
4 changed files with 60 additions and 18 deletions

View File

@@ -70,7 +70,7 @@ class ShotManagerTest(AbstractShotTest):
pillar.auth.login_user(ctd.EXAMPLE_PROJECT_OWNER_ID)
self.mock_blenderid_validate_happy()
shot_id_to_task = self.smngr.tasks_for_shots([shot1, shot2],
shot_id_to_task = self.smngr.tasks_for_nodes([shot1, shot2],
[u'fx', u'høken', u'effects'])
# Just test based on task IDs, as strings are turned into datetimes etc. by the API,