ockam icon indicating copy to clipboard operation
ockam copied to clipboard

test(rust): generate project.json for orchestrator tests only once

Open adrianbenavides opened this issue 1 year ago • 0 comments

Generate the project.json file only once in the setup_suite function instead of generating it for every orchestrator test. Now, the copy_local_orchestrator_data function will only copy the database to the test directory, avoiding a call to the orchestrator in every orchestrator test.

adrianbenavides avatar Jan 04 '24 10:01 adrianbenavides