Skip to content

Commit f9b802a

Browse files
Safren-tutuOkunev Sergey
andauthored
Wrong var in include_executive_summary block for product_type (#5833)
Co-authored-by: Okunev Sergey <[email protected]>
1 parent d9d6059 commit f9b802a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/api_v2/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@ def report_generate(request, obj, options):
23062306
if eng.test_set.all():
23072307
for t in eng.test_set.all():
23082308
test_type_name = t.test_type.name
2309-
if test.environment:
2309+
if t.environment:
23102310
test_environment_name = t.environment.name
23112311
test_target_start = t.target_start
23122312
if t.target_end:

0 commit comments

Comments
 (0)