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 87cacca commit bf295f1Copy full SHA for bf295f1
1 file changed
tests/core/unit/telemetry/test_operation.py
@@ -211,6 +211,6 @@ def test_operation_count(self):
211
"""Test that we have the expected number of operations."""
212
all_operations = list(Operation)
213
# 3 auditlog + 11 destination + 10 certificate + 10 fragment + 8 objectstore
214
- # + 2 extensibility + 2 aicore + 23 dms + 4 agentgateway + 13 agent_memory
215
- # + 5 data_anonymization + 52 adms + 6 print = 149
216
- assert len(all_operations) == 149
+ # + 2 extensibility + 2 aicore + 23 dms + 5 agentgateway + 13 agent_memory
+ # + 5 data_anonymization + 52 adms + 6 print = 150
+ assert len(all_operations) == 150
0 commit comments