[core] Update stale get_object_id() docstring reference in test

This commit is contained in:
J. Nick Koston
2026-06-21 10:53:14 -05:00
parent d6aa5fa29e
commit 404f098419

View File

@@ -175,7 +175,7 @@ def test_name_add_mac_suffix_behavior() -> None:
"""Test behavior related to name_add_mac_suffix.
In C++, when name_add_mac_suffix is enabled and entity has no name,
get_object_id() returns str_sanitize(str_snake_case(App.get_friendly_name()))
write_object_id_to() returns str_sanitize(str_snake_case(App.get_friendly_name()))
dynamically. Our function always returns the same result since we're
calculating the base for duplicate tracking.
"""