|
|
|
@ -100,10 +100,6 @@ RSpec.describe CaseLogsController, type: :request do
|
|
|
|
|
it "marks the record as completed" do |
|
|
|
|
json_response = JSON.parse(response.body) |
|
|
|
|
|
|
|
|
|
pp headers |
|
|
|
|
pp params |
|
|
|
|
pp json_response |
|
|
|
|
|
|
|
|
|
expect(json_response).not_to have_key("errors") |
|
|
|
|
expect(json_response["status"]).to eq(completed) |
|
|
|
|
end |
|
|
|
|