Skip to content

Commit 8cc7336

Browse files
committed
UT: Rename v12 unit test fixture file to match v11
1. tests/unit/modules/dcnm/fixtures/dcnm_vrf_12.json - Original name was dcnm_vrf.json - Renamed to dcnm_vrf_12.json for consistency with dcnm_vrf_11.json 2. tests/unit/modules/dcnm/test_dcnm_vrf_12.py - Update loadPlaybookData to load the new filename from 1 above.
1 parent 3a92bb2 commit 8cc7336

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/unit/modules/dcnm/test_dcnm_vrf_12.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class TestDcnmVrfModule12(TestDcnmModule):
3131
module = dcnm_vrf
3232

33-
test_data = loadPlaybookData("dcnm_vrf")
33+
test_data = loadPlaybookData("dcnm_vrf_12")
3434

3535
SUCCESS_RETURN_CODE = 200
3636

0 commit comments

Comments
 (0)