Skip to content

Commit 4334bd5

Browse files
Update tests/unit/data/test_naming_normalization.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f615be9 commit 4334bd5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/unit/data/test_naming_normalization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ def test_get_entity_by_logical_normalization():
331331

332332
def test_create_table_normalizes_logical_name():
333333
"""Test that _create_table normalizes the logical name."""
334-
guid = "11111111-2222-3333-4444-555555555555"
335334
responses = [
336335
(200, {}, {}), # POST to create entity
337336
(200, {}, {"value": [MD_ENTITY_BY_LOGICAL]}), # GET entity by logical with Consistency: Strong

0 commit comments

Comments
 (0)