Skip to content

Commit ac5af59

Browse files
authored
Fix flaky test regarding v2 program api (#2987)
1 parent ccb4127 commit ac5af59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

courses/views/v2/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def get_queryset(self):
148148
queryset=ProgramCollection.objects.only("id", "title"),
149149
),
150150
)
151+
.order_by("title")
151152
)
152153

153154
@extend_schema(

0 commit comments

Comments
 (0)