Reworked ShotManager into ShotAssetManager
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user