From e13a99782f994f089cd1271ce191bbec63df4e0f Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Thu, 5 Jan 2023 17:20:09 +0100 Subject: [PATCH] testing: updating to new gdrive data --- .../unit/openpype/pipeline/publish/test_publish_plugins.py | 2 +- tests/unit/openpype/pipeline/test_colorspace.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/unit/openpype/pipeline/publish/test_publish_plugins.py b/tests/unit/openpype/pipeline/publish/test_publish_plugins.py index d3e3ead1af..54b82393d4 100644 --- a/tests/unit/openpype/pipeline/publish/test_publish_plugins.py +++ b/tests/unit/openpype/pipeline/publish/test_publish_plugins.py @@ -34,7 +34,7 @@ class TestPipelinePublishPlugins(TestPipeline): # files are the same as those used in `test_pipeline_colorspace` TEST_FILES = [ ( - "1uhWvVdJBUSetpPVG8OzSjYXH4voIpf_G", + "1kJ1ZYcf7V7jS8IW2routSYQoGUfUWj4F", "test_pipeline_colorspace.zip", "" ) diff --git a/tests/unit/openpype/pipeline/test_colorspace.py b/tests/unit/openpype/pipeline/test_colorspace.py index 0bbbc83d53..112b43826a 100644 --- a/tests/unit/openpype/pipeline/test_colorspace.py +++ b/tests/unit/openpype/pipeline/test_colorspace.py @@ -31,7 +31,7 @@ class TestPipelineColorspace(TestPipeline): TEST_FILES = [ ( - "1uhWvVdJBUSetpPVG8OzSjYXH4voIpf_G", + "1kJ1ZYcf7V7jS8IW2routSYQoGUfUWj4F", "test_pipeline_colorspace.zip", "" ) @@ -159,14 +159,14 @@ class TestPipelineColorspace(TestPipeline): expected_nuke = { "comp_review": { "pattern": "renderCompMain.baking_h264", - "colorspace": "Output - Rec.709", + "colorspace": "Camera Rec.709", "ext": "mp4" } } expected_hiero = { "comp_review": { "pattern": "renderCompMain_h264burninburnin", - "colorspace": "Output - sRGB", + "colorspace": "sRGB - Texture", "ext": "mp4" } }