Skip to content

Commit 9c96698

Browse files
committed
remove test case for slug character conversion
This scenario is now unsupported
1 parent 5f6de01 commit 9c96698

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/unit/module_utils/test_data/netbox_utils/normalize_data.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,6 @@
215215
"prefix_role": "test-role-1"
216216
}
217217
},
218-
{
219-
"before": {
220-
"slug": "Test to_slug"
221-
},
222-
"after": {
223-
"slug": "test-to_slug"
224-
}
225-
},
226218
{
227219
"before": {
228220
"tenant": "Test Tenant"
@@ -345,4 +337,4 @@
345337
"mac_address": "AA:BB:CC:DD:EE:FF"
346338
}
347339
}
348-
]
340+
]

0 commit comments

Comments
 (0)