Change ordering to descending

This commit is contained in:
Rachid Mrad 2024-04-30 22:47:50 -04:00
parent 947e476a71
commit d9faf7478a
No known key found for this signature in database
3 changed files with 3 additions and 9 deletions

View file

@ -961,11 +961,11 @@ class TestDomainRequestAdmin(MockEppLib):
# Define the expected sequence of status changes
expected_status_changes = [
"<td>Started</td>",
"<td>Submitted</td>",
"<td>In review</td>",
"<td>Action needed</td>",
"<td>In review</td>",
"<td>Submitted</td>",
"<td>Started</td>",
]
# Test for the order of status changes