Issue 2551382
Created on 2024-12-15 05:45 by rouilj, last changed 2024-12-15 06:59 by rouilj.
msg8229 |
Author: [hidden] (rouilj) |
Date: 2024-12-15 05:45 |
|
I was setting up fuzz testing for rest uri's and found that ValueError was
being raised up the stack and turned into a 409 error (Conflict). It should be
a generic 400 error.
|
msg8230 |
Author: [hidden] (rouilj) |
Date: 2024-12-15 06:59 |
|
Fixed in changeset: 8213:14e92a595828.
Also added the fuzz tests that found this issue and refactored a bit on test_liveserver.py
to allow reuse of session login method across existing and the new fuzz testing class.
|
|
Date |
User |
Action |
Args |
2024-12-15 06:59:40 | rouilj | set | status: new -> fixed resolution: fixed messages:
+ msg8230 |
2024-12-15 05:45:43 | rouilj | create | |
|