Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva committed Oct 9, 2023
1 parent a841e6d commit b312e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/testing/analyzers/perf_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_test_config_container(
metrics_table=params['metrics_table'],
metric_name=params['metric_name'],
test_id=test_id,
test_description=params.get('test_description'),
test_description=params['test_description'],
test_name=params.get('test_name', None),
labels=params.get('labels', None),
)
Expand Down

0 comments on commit b312e05

Please sign in to comment.