mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
testing: refactor set_representation_colorspace to address new inputs
This commit is contained in:
parent
5cab4d0501
commit
54f04dd7de
1 changed files with 2 additions and 2 deletions
|
|
@ -167,13 +167,13 @@ class TestPipelinePublishPlugins(TestPipeline):
|
|||
plugin = publish_plugins.ExtractorColormanaged()
|
||||
plugin.set_representation_colorspace(
|
||||
representation_nuke, context,
|
||||
config_data_nuke, file_rules_nuke
|
||||
colorspace_settings=(config_data_nuke, file_rules_nuke)
|
||||
)
|
||||
# load plugin function for testing
|
||||
plugin = publish_plugins.ExtractorColormanaged()
|
||||
plugin.set_representation_colorspace(
|
||||
representation_hiero, context,
|
||||
config_data_hiero, file_rules_hiero
|
||||
colorspace_settings=(config_data_hiero, file_rules_hiero)
|
||||
)
|
||||
|
||||
colorspace_data_nuke = representation_nuke.get("colorspaceData")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue