Stringify in HostPolicyComponent returns quoted string.
Opened this issue · 0 comments
terjekv commented
https://github.com/unioslo/mreg/blob/master/hostpolicy/models.py#L20 ensures that an object of a class inheriting from HostPolicyComponent with name test
will be returned as "test"
. It should be verified that this is expected and required.