voilà authored by Daniel Kluge's avatar Daniel Kluge
...@@ -36,7 +36,7 @@ Inspecting the docker container by attaching a command line to it and reading th ...@@ -36,7 +36,7 @@ Inspecting the docker container by attaching a command line to it and reading th
So the correct spelling for `shellDescriptors` in the path is `shell-descriptors`. So the correct spelling for `shellDescriptors` in the path is `shell-descriptors`.
Before the test started I fetched a PUT request from our projects light component using [a simple server script](https://github.com/C0ntroller/simple-callback-server). Before the test started I fetched a PUT request from our projects light component using [a simple server script](https://github.com/C0ntroller/simple-callback-server).
I now just needed to pipe this data into the correct path to the python-aas-registry and voila: I now just needed to pipe this data into the correct path to the python-aas-registry and voilà:
"HTTP/1.1 500 INTERNAL SERVER ERROR" and "The syntax of the passed Asset Administration Shell descriptor is not valid or malformed request". "HTTP/1.1 500 INTERNAL SERVER ERROR" and "The syntax of the passed Asset Administration Shell descriptor is not valid or malformed request".
This concludes the testing for this registry. The documentation is really bad and it won't work with any BaSyx components. This concludes the testing for this registry. The documentation is really bad and it won't work with any BaSyx components.
... ...
......