bibleapi-rest icon indicating copy to clipboard operation
bibleapi-rest copied to clipboard

Investigate why certain requests result in an error or incorrect response

Open rkazakov opened this issue 8 years ago • 1 comments

Investigate why certain requests result in an error or incorrect response.

Request: http://localhost:4000/api/v1/Gen1-2 Response: message: "Bible passage is not found."

Request: http://localhost:4000/api/v1/Gen1-3 Response: Chapters 1 and 3 are missing!

Request: http://localhost:4000/api/v1/Gen1-4 Response: Chapters 1 and 4 are missing!

Please, develop tests to catch this kind of problems.

rkazakov avatar Apr 04 '16 02:04 rkazakov

The bug that caused requests to fail was fixed in 98ea0262e4e5deb17ed2f694aed2b849a54b3894. @romaduck Please add unit tests.

rkazakov avatar Apr 16 '16 12:04 rkazakov