Skip to content

Commit e2d3b61

Browse files
monikakusterivicac
authored andcommitted
3178 fix tests
1 parent 3784c3a commit e2d3b61

244 files changed

Lines changed: 24678 additions & 646 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdks/backend/java/component-api/src/test/java/com/bytechef/component/definition/ComponentDefinitionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public void testStringProperty() throws JSONException {
185185

186186
jsonAssertEquals(
187187
"""
188-
{"advancedOption":null,"description":"description","displayCondition":null,"expressionEnabled":null,"hidden":null,"label":"label","languageId":null,"metadata":{},"maxLength":null,"minLength":null,"placeholder":"placeholder","regex":null,"required":true,"name":"name","type":"STRING","defaultValue":"defaultValue","exampleValue":null,"controlType":"TEXT","options":null,"optionsDataSource":null}
188+
{"advancedOption":null,"description":"description","displayCondition":null,"expressionEnabled":null,"hidden":null,"label":"label","languageId":null,"metadata":{},"maxLength":null,"minLength":null,"placeholder":"placeholder","regex":null,"required":true,"name":"name","type":"STRING","defaultValue":"defaultValue","exampleValue":null,"controlType":"TEXT","options":null,"optionsDataSource":null, "optionsLoadedDynamically":null}
189189
""",
190190
property);
191191
}

server/ee/libs/modules/components/api-platform/src/test/resources/definition/api-platform_v1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"value": "FORBIDDEN"
5151
} ],
5252
"optionsDataSource": null,
53+
"optionsLoadedDynamically": null,
5354
"placeholder": null,
5455
"regex": null,
5556
"required": true,
@@ -141,6 +142,7 @@
141142
"name": "headers",
142143
"options": null,
143144
"optionsDataSource": null,
145+
"optionsLoadedDynamically": null,
144146
"placeholder": "Edit Headers schema",
145147
"regex": null,
146148
"required": null,
@@ -162,6 +164,7 @@
162164
"name": "parameters",
163165
"options": null,
164166
"optionsDataSource": null,
167+
"optionsLoadedDynamically": null,
165168
"placeholder": "Edit Parameters schema",
166169
"regex": null,
167170
"required": null,
@@ -183,6 +186,7 @@
183186
"name": "body",
184187
"options": null,
185188
"optionsDataSource": null,
189+
"optionsLoadedDynamically": null,
186190
"placeholder": "Edit Body schema",
187191
"regex": null,
188192
"required": null,
@@ -224,6 +228,7 @@
224228
"name": "success",
225229
"options": null,
226230
"optionsDataSource": null,
231+
"optionsLoadedDynamically": null,
227232
"placeholder": "Edit Success schema",
228233
"regex": null,
229234
"required": null,
@@ -245,6 +250,7 @@
245250
"name": "invalidInput",
246251
"options": null,
247252
"optionsDataSource": null,
253+
"optionsLoadedDynamically": null,
248254
"placeholder": "Edit Invalid Input schema",
249255
"regex": null,
250256
"required": null,
@@ -266,6 +272,7 @@
266272
"name": "internalError",
267273
"options": null,
268274
"optionsDataSource": null,
275+
"optionsLoadedDynamically": null,
269276
"placeholder": "Edit Internal Error schema",
270277
"regex": null,
271278
"required": null,
@@ -287,6 +294,7 @@
287294
"name": "forbidden",
288295
"options": null,
289296
"optionsDataSource": null,
297+
"optionsLoadedDynamically": null,
290298
"placeholder": "Edit Forbidden schema",
291299
"regex": null,
292300
"required": null,

0 commit comments

Comments
 (0)