Forum Discussion
M_McDonald
15 years agoSuper Contributor
Sorry, you had != in your code, didn't read the description carefully! If you replace it with ==,
does my example work or are you still getting an exception?
assert messageExchange.responseStatusCode == 201
does my example work or are you still getting an exception?