Skip to content

Commit

Permalink
Add missing is_async flag to emit_metrics commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Nov 29, 2024
1 parent 9623a66 commit 6b7f18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/server/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
),
(
WorkerConfig("emit_metric_async", min_python=(3, 11)),
WorkerConfig("emit_metric_async", min_python=(3, 11), is_async=True),
{"name": ST_NAMES},
{
"foo": 123,
Expand Down

0 comments on commit 6b7f18d

Please sign in to comment.