Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi Ted,
sorry for this inconvenience; the messageExchange.responseHeaders["CorrelationID"] map now contains a StringList for each entry (instead of just a single string), so you will need to change your assertion to
assert corId.contains(["some-redacted-guid-string"])
Does that help!?
regards!
/Ole
eviware.com
sorry for this inconvenience; the messageExchange.responseHeaders["CorrelationID"] map now contains a StringList for each entry (instead of just a single string), so you will need to change your assertion to
assert corId.contains(["some-redacted-guid-string"])
Does that help!?
regards!
/Ole
eviware.com