Skip to content

Fix handling non 200 response codes

Zeger-Jan van de Weg requested to merge zj-fix-non-200-resp-code into master

After the cleanup in !231 (merged) gitlab-shell mishandled the non 200 response codes. This commit removes another few lines of codes, which fixes this. Also now we test against this case through mocking.

Fixes #152 (closed)

Merge request reports