DMTF / Redfish-Protocol-Validator

The Redfish Protocol Validator tests the HTTP protocol behavior of a Redfish service to validate that it conforms to the Redfish specification.
Other
14 stars 12 forks source link

Fix invalid sessions #69

Closed rahlvers closed 3 months ago

rahlvers commented 10 months ago

This fixes an early error-out of the test, which was causing an incorrect "invalid sessions" notification.

mraineri commented 3 months ago

Closing; PR #81 should resolve this issue where if the service does not return a JSON object in the response, the tool will log it accordingly and not crash.