testing: updating to new gdrive data

This commit is contained in:
Jakub Jezek 2023-01-05 17:20:09 +01:00
parent f2a9169ffd
commit e13a99782f
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
2 changed files with 4 additions and 4 deletions

View file

@ -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",
""
)

View file

@ -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"
}
}