kartoza / miniSASS

miniSASS website for GroundTruth
http://kartoza.github.io/miniSASS/
GNU General Public License v3.0
2 stars 9 forks source link

patch: update test results #1086

Closed tinashechiraya closed 1 month ago

tinashechiraya commented 1 month ago

image (3)

these test are expecting a 403 forbidden as opposed to a 401 unauthorized this is likely due to an update IsAuthenticated permission class in UpdateUser view, the view is protected by the authentication layer, and Django is not treating unauthenticated access as a 401 error but instead as a 403 due to permission checks.

lgkgh commented 1 month ago

Jenkins Build Details:

Build status: SUCCESS Build duration: 14 min