Skip to content

Commit

Permalink
Merge pull request #1097 from gooddata/4
Browse files Browse the repository at this point in the history
Return links that are still on API to tests

Reviewed-by: Peter Plocháň
             https://github.com/peter-plochan
  • Loading branch information
gdgate authored Dec 3, 2021
2 parents e6b0471 + 5571714 commit 4111f61
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"execute" : "/gdc/projects/PROJECT_ID/execute",
"schedules" : "/gdc/projects/PROJECT_ID/schedules",
"templates" : "/gdc/md/PROJECT_ID/templates",
"eventstores" : "/gdc/projects/PROJECT_ID/dataload/eventstore/stores"
"eventstores" : "/gdc/projects/PROJECT_ID/dataload/eventstore/stores",
"unknownLink": "To verify we're able to accept also links that are not being deserialized by this SDK."
},
"meta" : {
"created" : "2014-04-11 11:43:45",
Expand Down
3 changes: 2 additions & 1 deletion gooddata-java-model/src/test/resources/project/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"execute" : "/gdc/projects/PROJECT_ID/execute",
"schedules" : "/gdc/projects/PROJECT_ID/schedules",
"templates" : "/gdc/md/PROJECT_ID/templates",
"eventstores" : "/gdc/projects/PROJECT_ID/dataload/eventstore/stores"
"eventstores" : "/gdc/projects/PROJECT_ID/dataload/eventstore/stores",
"unknownLink": "To verify we're able to accept also links that are not being deserialized by this SDK."
},
"meta" : {
"created" : "2014-04-11 11:43:45",
Expand Down
4 changes: 3 additions & 1 deletion gooddata-java-model/src/test/resources/project/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"eventstores": "/gdc/projects/defaultEmptyProject/dataload/eventstore/stores",
"execute": "/gdc/projects/defaultEmptyProject/execute",
"clearCaches": "/gdc/projects/defaultEmptyProject/clearCaches",
"config": "/gdc/projects/defaultEmptyProject/config"
"projectFeatureFlags": "/gdc/projects/defaultEmptyProject/projectFeatureFlags",
"config": "/gdc/projects/defaultEmptyProject/config",
"unknownLink": "To verify we're able to accept also links that are not being deserialized by this SDK."
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"execute": "/gdc/projects/PROJECT_ID/execute",
"schedules": "/gdc/projects/PROJECT_ID/schedules",
"templates": "/gdc/md/PROJECT_ID/templates",
"eventstores": "/gdc/projects/PROJECT_ID/dataload/eventstore/stores"
"eventstores": "/gdc/projects/PROJECT_ID/dataload/eventstore/stores",
"unknownLink": "To verify we're able to accept also links that are not being deserialized by this SDK."
},
"meta": {
"created": "2014-06-06 19:54:16",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"execute": "/gdc/projects/PROJECT_ID/execute",
"schedules": "/gdc/projects/PROJECT_ID/schedules",
"templates": "/gdc/md/PROJECT_ID/templates",
"eventstores": "/gdc/projects/PROJECT_ID/dataload/eventstore/stores"
"eventstores": "/gdc/projects/PROJECT_ID/dataload/eventstore/stores",
"unknownLink": "To verify we're able to accept also links that are not being deserialized by this SDK."
},
"meta": {
"created": "2014-06-06 19:54:16",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"execute" : "/gdc/projects/PROJECT_ID/execute",
"schedules" : "/gdc/projects/PROJECT_ID/schedules",
"templates" : "/gdc/md/PROJECT_ID/templates",
"eventstores" : "/gdc/projects/PROJECT_ID/dataload/eventstore/stores"
"eventstores" : "/gdc/projects/PROJECT_ID/dataload/eventstore/stores",
"unknownLink": "To verify we're able to accept also links that are not being deserialized by this SDK."
},
"meta" : {
"created" : "2014-04-11 11:43:45",
Expand Down
3 changes: 2 additions & 1 deletion gooddata-java/src/test/resources/project/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"execute" : "/gdc/projects/PROJECT_ID/execute",
"schedules" : "/gdc/projects/PROJECT_ID/schedules",
"templates" : "/gdc/md/PROJECT_ID/templates",
"eventstores" : "/gdc/projects/PROJECT_ID/dataload/eventstore/stores"
"eventstores" : "/gdc/projects/PROJECT_ID/dataload/eventstore/stores",
"unknownLink": "To verify we're able to accept also links that are not being deserialized by this SDK."
},
"meta" : {
"created" : "2014-04-11 11:43:45",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"execute": "/gdc/projects/defaultEmptyProject/execute",
"clearCaches": "/gdc/projects/defaultEmptyProject/clearCaches",
"checkXaeCompatibility": "/gdc/projects/defaultEmptyProject/checkXaeCompatibility",
"config": "/gdc/projects/defaultEmptyProject/config"
"projectFeatureFlags": "/gdc/projects/defaultEmptyProject/projectFeatureFlags",
"config": "/gdc/projects/defaultEmptyProject/config",
"unknownLink": "To verify we're able to accept also links that are not being deserialized by this SDK."
}
}
}
Expand Down

0 comments on commit 4111f61

Please sign in to comment.