We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e5c01 commit 4b43170Copy full SHA for 4b43170
1 file changed
polling/test_service.py
@@ -26,5 +26,5 @@ async def get_service_result(input):
26
# Set the error as BENIGN to indicate it is an expected error.
27
# BENIGN errors have activity failure logs downgraded to DEBUG level
28
# and do not emit activity failure metrics.
29
- category=ApplicationErrorCategory.BENIGN
+ category=ApplicationErrorCategory.BENIGN,
30
)
0 commit comments