Skip to content

Commit 747dfee

Browse files
committed
fix missing logic
1 parent 94cd5f3 commit 747dfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/testrail_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def organize_l10n_entries(
355355

356356
os_name = config.split(" ")[0]
357357
description = replace_link_in_description(expected_plan["description"], os_name)
358-
tr.update_plan(plan_id, description=description)
358+
tr_session.update_plan(plan_id, description=description)
359359

360360
# There should only be one entry per site per plan
361361
# Check that this entry has a run with the correct config

0 commit comments

Comments
 (0)