xenanetworks / open-automation-core

🚀 XOA framework for test execution, tester management, and data subscription.
https://docs.xenanetworks.com/projects/xoa-core
Apache License 2.0
2 stars 0 forks source link

Fix: Repeatable plugin path registration #39

Closed ArtemConstantinov closed 1 year ago

ArtemConstantinov commented 1 year ago

The logic of validating plugin's path was incorrect, which cost of registering plugin twice. Which make Pydantic module to initialize 2 models of the same class.