Skip to content

Commit 88e972c

Browse files
committed
remove status keyword from v4 datafile
1 parent f106963 commit 88e972c

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

core-api/src/test/resources/config/valid-project-config-v4.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,7 @@
320320
"id": "4111654444",
321321
"key": "double_variable",
322322
"type": "double",
323-
"defaultValue": "14.99",
324-
"status": "active"
323+
"defaultValue": "14.99"
325324
}
326325
]
327326
},
@@ -335,8 +334,7 @@
335334
"id": "593964691",
336335
"key": "integer_variable",
337336
"type": "integer",
338-
"defaultValue": "7",
339-
"status": "active"
337+
"defaultValue": "7"
340338
}
341339
]
342340
},
@@ -350,8 +348,7 @@
350348
"id": "3974680341",
351349
"key": "boolean_variable",
352350
"type": "boolean",
353-
"defaultValue": "true",
354-
"status": "active"
351+
"defaultValue": "true"
355352
}
356353
]
357354
},
@@ -365,8 +362,7 @@
365362
"id": "2077511132",
366363
"key": "string_variable",
367364
"type": "string",
368-
"defaultValue": "wingardium leviosa",
369-
"status": "active"
365+
"defaultValue": "wingardium leviosa"
370366
}
371367
]
372368
},
@@ -380,15 +376,13 @@
380376
"id": "675244127",
381377
"key": "first_letter",
382378
"type": "string",
383-
"defaultValue": "H",
384-
"status": "active"
379+
"defaultValue": "H"
385380
},
386381
{
387382
"id": "4052219963",
388383
"key": "rest_of_name",
389384
"type": "string",
390-
"defaultValue": "arry",
391-
"status": "active"
385+
"defaultValue": "arry"
392386
}
393387
]
394388
}

0 commit comments

Comments
 (0)