Skip to content

Commit 098eedf

Browse files
committed
replace test case for slug character conversion
This scenario now tests if slug is left intact if explicitly specified
1 parent 5f6de01 commit 098eedf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@
217217
},
218218
{
219219
"before": {
220-
"slug": "Test to_slug"
220+
"slug": "already--valid_slug"
221221
},
222222
"after": {
223-
"slug": "test-to_slug"
223+
"slug": "already--valid_slug"
224224
}
225225
},
226226
{
@@ -345,4 +345,4 @@
345345
"mac_address": "AA:BB:CC:DD:EE:FF"
346346
}
347347
}
348-
]
348+
]

0 commit comments

Comments
 (0)