prona-p4-learning-platform / learn-sdn-hub

12 stars 6 forks source link

Fix test request body and status code handling #177

Closed srieger1 closed 7 months ago

srieger1 commented 7 months ago

Fixed test result not being handled correctly, also changed status code to reflect whether the test was executed correctly (HTTP status code >= 200 && <300) regardless of whether the tests have passed (>= 200 && <251 now) or failed (>=251 now)