You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some routes on the IdentityHub open-API spec indicates a 200 response code instead of 204.
This causes the test containers to try to send a response body that results in a SyntaxError: Unexpected end of JSON input error.
Provide steps to reproduce it
remove the skipped tests
run yarn test
If applicable, explain your vision on how this issue should be fixed
This should be fixed by creating a pull request on the identity hub repo.
The text was updated successfully, but these errors were encountered:
Check for existing issues
Describe the bug
Some routes on the IdentityHub open-API spec indicates a 200 response code instead of 204.
This causes the test containers to try to send a response body that results in a
SyntaxError: Unexpected end of JSON input
error.Provide steps to reproduce it
yarn test
If applicable, explain your vision on how this issue should be fixed
This should be fixed by creating a pull request on the identity hub repo.
The text was updated successfully, but these errors were encountered: