Skip to content

Commit bf295f1

Browse files
committed
fix tests
1 parent 87cacca commit bf295f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/core/unit/telemetry/test_operation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,6 @@ def test_operation_count(self):
211211
"""Test that we have the expected number of operations."""
212212
all_operations = list(Operation)
213213
# 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
214+
# + 2 extensibility + 2 aicore + 23 dms + 5 agentgateway + 13 agent_memory
215+
# + 5 data_anonymization + 52 adms + 6 print = 150
216+
assert len(all_operations) == 150

0 commit comments

Comments
 (0)