Skip to content

Commit

Permalink
refactor: Rename File system options from PRELOAD/ON_DEMAND to COPIED…
Browse files Browse the repository at this point in the history
…/VIRTUAL

Signed-off-by: Phanindra Bhagavatula <[email protected]>
  • Loading branch information
pH-amz committed Oct 10, 2023
1 parent 2d20725 commit 7c06bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/deadline/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def test_get_job_details(self, farm: Farm, queue: Queue) -> None:
"rootPathFormat": "posix",
},
],
"assetLoadingMethod": "PRELOAD",
"fileSystem": "COPIED",
},
"description": "Testing",
}
Expand Down

0 comments on commit 7c06bf0

Please sign in to comment.