Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(plugins/sct): Fix serialization of ResourceState enum
The default value of state field was not being serialized properly due to cqlengine being unable to handle Enum classes, fixed by getting the Enum value in the default handler. This fixes an issue where SCT runner would not be set with a vague "SyntaxException" error due to not providing ResourceState.
- Loading branch information