Skip to content

Commit 6e9e343

Browse files
Update tests/unit/test_helpers.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 30dbd92 commit 6e9e343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self, responses, org_url="https://org.example", config=None):
7373
super().__init__(DummyAuth(), org_url, config)
7474
self._http = DummyHTTPClient(responses)
7575

76-
def _convert_labels_to_ints(self, logical_name, record):
76+
def _convert_labels_to_ints(self, logical_name, record): # pragma: no cover - test shim
7777
"""Test shim - no-op conversion for simplicity."""
7878
return record
7979

0 commit comments

Comments
 (0)