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 48b2027 commit 08e637fCopy full SHA for 08e637f
1 file changed
tests/core/unit/telemetry/test_module.py
@@ -47,7 +47,7 @@ def test_module_in_collection(self):
47
def test_all_modules_present(self):
48
"""Test that all expected modules are present."""
49
all_modules = list(Module)
50
- assert len(all_modules) == 7
+ assert len(all_modules) == 8
51
assert Module.AICORE in all_modules
52
assert Module.AUDITLOG in all_modules
53
assert Module.DESTINATION in all_modules
0 commit comments