chore: uncommented the fix (#32703)
This commit is contained in:
parent
9f7ee79479
commit
e98b824ecd
|
|
@ -137,12 +137,9 @@ public class ServerSchemaMigrationEnforcerTest {
|
|||
assertThat(exportedApplicationJsonObject.get("theme").getAsJsonObject())
|
||||
.isEqualTo(importApplicationGitReferenceObject.get("theme").getAsJsonObject());
|
||||
|
||||
/**
|
||||
* This piece of assertion is commented out because of the flakiness
|
||||
*/
|
||||
// verifyMapAssertions(
|
||||
// exportedApplicationJsonObject.get("actions").getAsJsonObject(),
|
||||
// importApplicationGitReferenceObject.get("actions").getAsJsonObject());
|
||||
verifyMapAssertions(
|
||||
exportedApplicationJsonObject.get("actions").getAsJsonObject(),
|
||||
importApplicationGitReferenceObject.get("actions").getAsJsonObject());
|
||||
|
||||
verifyMapAssertions(
|
||||
exportedApplicationJsonObject.get("actionBody").getAsJsonObject(),
|
||||
|
|
|
|||
|
|
@ -25358,93 +25358,6 @@
|
|||
"deleted": false,
|
||||
"gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad79"
|
||||
},
|
||||
{
|
||||
"pluginType": "JS",
|
||||
"pluginId": "js-plugin",
|
||||
"unpublishedAction": {
|
||||
"name": "cat",
|
||||
"fullyQualifiedName": "TC4.cat",
|
||||
"datasource": {
|
||||
"name": "UNUSED_DATASOURCE",
|
||||
"pluginId": "js-plugin",
|
||||
"invalids": [],
|
||||
"messages": [],
|
||||
"isAutoGenerated": false,
|
||||
"deleted": false,
|
||||
"policies": [],
|
||||
"userPermissions": []
|
||||
},
|
||||
"pageId": "Page 2",
|
||||
"actionConfiguration": {
|
||||
"timeoutInMillisecond": 10000,
|
||||
"paginationType": "NONE",
|
||||
"encodeParamsToggle": true,
|
||||
"body": "() =>n",
|
||||
"selfReferencingDataPaths": [],
|
||||
"jsArguments": [],
|
||||
"isAsync": false
|
||||
},
|
||||
"executeOnLoad": false,
|
||||
"dynamicBindingPathList": [
|
||||
{
|
||||
"key": "body"
|
||||
}
|
||||
],
|
||||
"isValid": true,
|
||||
"invalids": [],
|
||||
"messages": [],
|
||||
"jsonPathKeys": [
|
||||
"() =>n"
|
||||
],
|
||||
"userSetOnLoad": false,
|
||||
"confirmBeforeExecute": false,
|
||||
"policies": [],
|
||||
"userPermissions": [],
|
||||
"createdAt": "2024-04-03T11:32:39Z"
|
||||
},
|
||||
"publishedAction": {
|
||||
"name": "cat",
|
||||
"fullyQualifiedName": "TC4.cat",
|
||||
"datasource": {
|
||||
"name": "UNUSED_DATASOURCE",
|
||||
"pluginId": "js-plugin",
|
||||
"invalids": [],
|
||||
"messages": [],
|
||||
"isAutoGenerated": false,
|
||||
"deleted": false,
|
||||
"policies": [],
|
||||
"userPermissions": []
|
||||
},
|
||||
"pageId": "Page 2",
|
||||
"actionConfiguration": {
|
||||
"timeoutInMillisecond": 10000,
|
||||
"paginationType": "NONE",
|
||||
"encodeParamsToggle": true,
|
||||
"body": "() =>n",
|
||||
"selfReferencingDataPaths": [],
|
||||
"jsArguments": [],
|
||||
"isAsync": false
|
||||
},
|
||||
"executeOnLoad": false,
|
||||
"dynamicBindingPathList": [
|
||||
{
|
||||
"key": "body"
|
||||
}
|
||||
],
|
||||
"isValid": true,
|
||||
"invalids": [],
|
||||
"messages": [],
|
||||
"jsonPathKeys": [],
|
||||
"userSetOnLoad": false,
|
||||
"confirmBeforeExecute": false,
|
||||
"policies": [],
|
||||
"userPermissions": [],
|
||||
"createdAt": "2024-04-03T11:32:39Z"
|
||||
},
|
||||
"id": "Page 2_TC4.cat",
|
||||
"deleted": false,
|
||||
"gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad0f"
|
||||
},
|
||||
{
|
||||
"pluginType": "API",
|
||||
"pluginId": "restapi-plugin",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user