We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cd5f3 commit 747dfeeCopy full SHA for 747dfee
modules/testrail_integration.py
@@ -355,7 +355,7 @@ def organize_l10n_entries(
355
356
os_name = config.split(" ")[0]
357
description = replace_link_in_description(expected_plan["description"], os_name)
358
- tr.update_plan(plan_id, description=description)
+ tr_session.update_plan(plan_id, description=description)
359
360
# There should only be one entry per site per plan
361
# Check that this entry has a run with the correct config
0 commit comments