Skip to content

Commit 5e59bfa

Browse files
committed
describe: devconfig fix
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent 6ae4848 commit 5e59bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/sqcmds/common-samples/describe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ tests:
138138
marks: devconfig describe
139139
output: '[{"name": "active", "type": "boolean", "key": "", "display": "", "description":
140140
"If this entry is active or deleted"}, {"name": "config", "type": "string", "key":
141-
"", "display": 1, "description": "The running config"}, {"name": "deviceSession",
141+
"", "display": 2, "description": "The running config"}, {"name": "deviceSession",
142142
"type": "timestamp", "key": "", "display": "", "description": "Device boot session
143143
id"}, {"name": "hostname", "type": "string", "key": 1, "display": 1, "description":
144144
"Hostname associated with this record"}, {"name": "namespace", "type": "string",
145145
"key": 0, "display": 0, "description": "Namespace associated with this record"},
146146
{"name": "sqvers", "type": "string", "key": "", "display": "", "description":
147147
"Schema version, not selectable"}, {"name": "timestamp", "type": "timestamp",
148-
"key": "", "display": 2, "description": "Unix epach When this record was created,
148+
"key": "", "display": 3, "description": "Unix epach When this record was created,
149149
in ms"}]'
150150
- command: device describe --format=json
151151
data-directory: tests/data/parquet

0 commit comments

Comments
 (0)