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 f4b44db commit ed86d99Copy full SHA for ed86d99
sdks/python/apache_beam/runners/worker/statesampler_test.py
@@ -188,9 +188,7 @@ def test_process_timers_metric_is_recorded(self):
188
189
# Verify that the counter was created with the correct name and value.
190
expected_counter_name = CounterName(
191
- 'process-timers-msecs',
192
- step_name='test_step',
193
- stage_name='test_stage')
+ 'process-timers-msecs', step_name='test_step', stage_name='test_stage')
194
195
# Find the specific counter we are looking for.
196
found_counter = None
0 commit comments