mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-2042 - fix tested output path
This commit is contained in:
parent
ec15b482db
commit
daa8eb532a
1 changed files with 2 additions and 0 deletions
|
|
@ -316,12 +316,14 @@ class PublishTest(ModuleUnitTest):
|
|||
published_dir_base = download_test_data
|
||||
published_dir = os.path.join(output_folder_url,
|
||||
self.PROJECT,
|
||||
self.ASSET,
|
||||
self.TASK,
|
||||
"**")
|
||||
expected_dir_base = os.path.join(published_dir_base,
|
||||
"expected")
|
||||
expected_dir = os.path.join(expected_dir_base,
|
||||
self.PROJECT,
|
||||
self.ASSET,
|
||||
self.TASK,
|
||||
"**")
|
||||
print("Comparing published:'{}' : expected:'{}'".format(published_dir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue