Hi,
I have created a custom node which runs python API's based on selected metadata. Custom Node is working as expected. However when I am trying to Unit Test this Node I am getting assertion error stating: "expected to have property "
Below is the test that I have written:
If I modify and run above Unit test, without specifying custom properties of my custom node, then the test passes. But for some reason it is not able to identify custom properties (custom_code_id & custom_code_def_name) in test.
Kindly help with this issue.
Regards

