Skip to content

Commit 08e637f

Browse files
fix: update telemetry module count after upstream merge
1 parent 48b2027 commit 08e637f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/core/unit/telemetry/test_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_module_in_collection(self):
4747
def test_all_modules_present(self):
4848
"""Test that all expected modules are present."""
4949
all_modules = list(Module)
50-
assert len(all_modules) == 7
50+
assert len(all_modules) == 8
5151
assert Module.AICORE in all_modules
5252
assert Module.AUDITLOG in all_modules
5353
assert Module.DESTINATION in all_modules

0 commit comments

Comments
 (0)