rwth-iat / aas-python-http-client

Mostly generated python client for AAS API based on models from Basyx-Python-SDK
MIT License
3 stars 1 forks source link

test_client.py: metadata deserialization is not working #12

Open Frosty2500 opened 5 months ago

Frosty2500 commented 5 months ago

test_level() works and test_get_submodel_metadata does not, even though internally in the server both do the same thing. The problem with the metadata deserialization seems to be that the client always thinks that the model_type is equall to None even though it isn't. You always get:

ValueError: Invalid value for `model_type`, must not be `None`
zrgt commented 4 months ago

@Frosty2500 Please check if the bug is still there