mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3426 - fix expected count of representation
This changed as default for single frame is png, not mp4 now.
This commit is contained in:
parent
bd5e8285e9
commit
02b7c64491
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class TestDeadlinePublishInMaya(MayaDeadlinePublishTestClass):
|
|||
additional_args=additional_args))
|
||||
|
||||
additional_args = {"context.subset": "renderTest_taskMain_beauty",
|
||||
"context.ext": "h264_exr"}
|
||||
"context.ext": "png"}
|
||||
failures.append(
|
||||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
additional_args=additional_args))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue