Commit 6715ea8
committed
fix: handle 409 Already evaluating in trigger-evaluation test
The trigger-evaluation command can return either:
- Success message when evaluation is triggered
- 409 Conflict when scorecard is already being evaluated
Both are valid outcomes and the test should accept either.
Updates test assertion to accept both success and 409 responses.1 parent 3d467f6 commit 6715ea8
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments