flake8
passed.
JSHint
passed.
Review Request #10058 — Created July 3, 2018 and submitted
Fixing state_to_string for errors and timeouts.
Should be using string equality, instead of identity.
Before change -> Internal Error (500) when using the REST API on a review with an error status update.
After change -> No error, data retrieved is correct.