mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3426 - fix - counts of expected items in DB
Format of subset names was changed, default settings contain also hero version etc.
This commit is contained in:
parent
e94c524ece
commit
1f18639c4e
1 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ class TestPublishInNuke(NukeLocalPublishTestClass):
|
|||
|
||||
failures.append(
|
||||
DBAssert.count_of_types(dbcon, "subset", 1,
|
||||
name="renderCompositingInNukeMain"))
|
||||
name="renderTest_taskMain"))
|
||||
|
||||
failures.append(
|
||||
DBAssert.count_of_types(dbcon, "subset", 1,
|
||||
|
|
@ -70,7 +70,7 @@ class TestPublishInNuke(NukeLocalPublishTestClass):
|
|||
failures.append(
|
||||
DBAssert.count_of_types(dbcon, "representation", 4))
|
||||
|
||||
additional_args = {"context.subset": "renderCompositingInNukeMain",
|
||||
additional_args = {"context.subset": "renderTest_taskMain",
|
||||
"context.ext": "exr"}
|
||||
failures.append(
|
||||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue