Skip to content

Commit 1f9dc66

Browse files
Set JSON Blobs boolean true
1 parent fec7347 commit 1f9dc66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/serialise/openconfig-serialise/json/interfaces_ph.False-flt.False-m.default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"config": {
16-
"enabled": 1,
16+
"enabled": true,
1717
"loopback-mode": "NONE",
1818
"type": "",
1919
"description": "",
@@ -40,7 +40,7 @@
4040
"name": "",
4141
"type": "",
4242
"description": "",
43-
"enabled": 1,
43+
"enabled": true,
4444
"loopback-mode": "NONE",
4545
"cpu": false,
4646
"management": false,

tests/serialise/openconfig-serialise/json/interfaces_ph.True-flt.False-m.default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"config": {
16-
"enabled": 1,
16+
"enabled": true,
1717
"loopback-mode": "NONE",
1818
"type": "",
1919
"description": "",
@@ -40,7 +40,7 @@
4040
"name": "",
4141
"type": "",
4242
"description": "",
43-
"enabled": 1,
43+
"enabled": true,
4444
"loopback-mode": "NONE",
4545
"logical": false,
4646
"management": false,

0 commit comments

Comments
 (0)