| 1 | 132c132 |
|---|
| 2 | < {'status': ['new', 'assigned', 'reopened']}, |
|---|
| 3 | --- |
|---|
| 4 | > {'status': ['new', 'accepted', 'assigned', 'reopened']}, |
|---|
| 5 | 256c256 |
|---|
| 6 | < elif status == 'assigned' or status == 'reopened': |
|---|
| 7 | --- |
|---|
| 8 | > elif status == 'accepted' or status == 'assigned' or status == 'reopened': |
|---|