Skip to content

Commit

Permalink
Fix typo in identifier, CID 344186
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Aug 28, 2019
1 parent 3174882 commit f01abf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcms/testruns/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def post(self, request, run_id):

test_plan = test_run.plan
test_cases = test_run.plan.case.filter(case_status__name='CONFIRMED').select_related(
'default_tester').only('default_tester__id').filter(
'default_tester').only('default_tester_id').filter(
case_id__in=test_cases_ids)

if request.POST.get('_use_plan_sortkey'):
Expand Down

0 comments on commit f01abf2

Please sign in to comment.