-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [ANDROAPP-6194] Add mockedWebServer response to mock get tracked…
… entity instances Signed-off-by: andresmr <[email protected]>
- Loading branch information
Showing
6 changed files
with
141 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
app/src/dhisUITesting/assets/mocks/teilist/old_tracked_entity_empty_response.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"headers": [ | ||
{ | ||
"name": "instance", | ||
"column": "Instance", | ||
"type": "java.lang.String", | ||
"hidden": false, | ||
"meta": false | ||
}, | ||
{ | ||
"name": "created", | ||
"column": "Created", | ||
"type": "java.lang.String", | ||
"hidden": false, | ||
"meta": false | ||
}, | ||
{ | ||
"name": "lastupdated", | ||
"column": "Last updated", | ||
"type": "java.lang.String", | ||
"hidden": false, | ||
"meta": false | ||
}, | ||
{ | ||
"name": "ou", | ||
"column": "Organisation unit", | ||
"type": "java.lang.String", | ||
"hidden": false, | ||
"meta": false | ||
}, | ||
{ | ||
"name": "ouname", | ||
"column": "Organisation unit name", | ||
"type": "java.lang.String", | ||
"hidden": false, | ||
"meta": false | ||
}, | ||
{ | ||
"name": "te", | ||
"column": "Tracked entity type", | ||
"type": "java.lang.String", | ||
"hidden": false, | ||
"meta": false | ||
}, | ||
{ | ||
"name": "inactive", | ||
"column": "Inactive", | ||
"type": "java.lang.String", | ||
"hidden": false, | ||
"meta": false | ||
} | ||
], | ||
"metaData": { | ||
"names": { | ||
"nEenWmSyUEp": "Person" | ||
} | ||
}, | ||
"width": 9, | ||
"height": 0, | ||
"rows": [ | ||
] | ||
} |
Oops, something went wrong.