Skip to content

Commit

Permalink
fix: threshold error count
Browse files Browse the repository at this point in the history
Refs: TG-806
  • Loading branch information
FernandezAstor committed Nov 7, 2024
1 parent fc6cb63 commit 1113bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testgen/ui/views/test_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def show_test_form(

if dynamic_attribute in ["custom_query"]:
show_custom_query = True
elif dynamic_attribute in ["threshold"]:
elif dynamic_attribute in ["threshold_value"]:
test_definition[dynamic_attribute] = current_column.number_input(
label=actual_dynamic_attributes_labels,
value=value,
Expand Down

0 comments on commit 1113bcd

Please sign in to comment.