Remove outdated HTTP status codes

See https://github.com/openHPI/codeocean/pull/1349#pullrequestreview-1091652523
This commit is contained in:
Sebastian Serth
2022-08-31 13:50:07 +02:00
committed by Sebastian Serth
parent ba821bd18b
commit a5da7d1f84
2 changed files with 0 additions and 6 deletions

View File

@ -291,7 +291,6 @@ describe Runner::Strategy::Poseidon do
end
include_examples 'BadRequest (400) error handling'
include_examples 'BadRequest (400) destroys local runner'
include_examples 'Unauthorized (401) error handling'
include_examples 'Gone (410) error handling'
include_examples 'InternalServerError (500) error handling'