mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
testing: updating to new gdrive data
This commit is contained in:
parent
f2a9169ffd
commit
e13a99782f
2 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
""
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue