-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'mt-repo1/master'
- Loading branch information
Showing
20 changed files
with
138 additions
and
124 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
68 changes: 34 additions & 34 deletions
68
...resources/idRepository/TestData/AddIdentity/testdata.idRepository.AddIdentity.mapping.yml
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 9 additions & 9 deletions
18
...main/resources/idRepository/TestData/Security/GetCookie/dev.getCookieForInternalAuth.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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"id": "mosip.otpnotification.send", | ||
"metadata": {}, | ||
"request": { | ||
"clientId": "registration-processor", | ||
"secretKey": "d80ec0be-bba7-4d8e-bf0c-85ab45bb976b", | ||
"appId": "registrationprocessor" | ||
}, | ||
"requesttime": "$TIMESTAMPZ$", | ||
"version": "v1.0" | ||
"request": { | ||
"password": "mosip", | ||
"appId": "admin", | ||
"userName": "110005" | ||
}, | ||
"metadata": "", | ||
"requesttime": "$TIMESTAMPZ$", | ||
"id": "mosip.io.userId.pwd", | ||
"version": "1.0" | ||
} |
18 changes: 9 additions & 9 deletions
18
...main/resources/idRepository/TestData/Security/GetCookie/dev.getCookieForUinGenerator.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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"id": "mosip.otpnotification.send", | ||
"metadata": {}, | ||
"request": { | ||
"clientId": "registration-processor", | ||
"secretKey": "d80ec0be-bba7-4d8e-bf0c-85ab45bb976b", | ||
"appId": "registrationprocessor" | ||
}, | ||
"requesttime": "$TIMESTAMPZ$", | ||
"version": "v1.0" | ||
"request": { | ||
"password": "mosip", | ||
"appId": "admin", | ||
"userName": "110005" | ||
}, | ||
"metadata": "", | ||
"requesttime": "$TIMESTAMPZ$", | ||
"id": "mosip.io.userId.pwd", | ||
"version": "1.0" | ||
} |
19 changes: 10 additions & 9 deletions
19
...sts/src/main/resources/idRepository/TestData/Security/GetCookie/dev.getCookieRequest.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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
{ | ||
"id": "string", | ||
"request": { | ||
"clientId": "ida", | ||
"secretKey": "bad25866-e6a5-4f93-831a-08923ea6eee0", | ||
"appId": "ida" | ||
}, | ||
"requesttime": "$TIMESTAMPZ$", | ||
"version": "string" | ||
} | ||
"request": { | ||
"password": "mosip", | ||
"appId": "admin", | ||
"userName": "110005" | ||
}, | ||
"metadata": "", | ||
"requesttime": "$TIMESTAMPZ$", | ||
"id": "mosip.io.userId.pwd", | ||
"version": "1.0" | ||
} |
17 changes: 9 additions & 8 deletions
17
...ain/resources/idRepository/TestData/Security/GetCookie/dev.residentServiceCredential.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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
{ | ||
"id": "string", | ||
"request": { | ||
"clientId": "resident", | ||
"secretKey": "dbe554cd-81e8-44c2-b8ec-3d8090aca1f4", | ||
"appId": "resident" | ||
}, | ||
"requesttime": "$TIMESTAMPZ$", | ||
"version": "string" | ||
"request": { | ||
"password": "mosip", | ||
"appId": "resident", | ||
"userName": "resident_user1" | ||
}, | ||
"metadata": "", | ||
"requesttime": "$TIMESTAMPZ$", | ||
"id": "mosip.io.userId.pwd", | ||
"version": "1.0" | ||
} |
11 changes: 10 additions & 1 deletion
11
...ationtests/src/main/resources/preReg/QRCode/preReg_QRCode_id_withEmptyValue/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 |
---|---|---|
@@ -1 +1,10 @@ | ||
{"id":"","version":"1.0","responsetime":"2019-06-01T08:02:07.585Z","response":null,"errors":[{"errorCode":"PRG_PAM_CORE_001","message":"Request id is invalid"}]} | ||
{ | ||
"id": "mosip.pre-registration.qrcode.generate", | ||
"version": "1.0", | ||
"responsetime": "2020-01-06T05:26:31.911Z", | ||
"response": null, | ||
"errors": [{ | ||
"errorCode": "PRG_PAM_CORE_001", | ||
"message": "Request id is invalid" | ||
}] | ||
} |
16 changes: 8 additions & 8 deletions
16
...rc/main/resources/preReg/QRCode/preReg_QRCode_id_withOtherThanStandardValue/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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"id": "ejhwr3029mGF4", | ||
"version": "1.0", | ||
"responsetime": "2019-04-21T13:34:36.737Z", | ||
"response": null, | ||
"errors": [ { | ||
"errorCode": "PRG_PAM_CORE_001", | ||
"message": "Request id is invalid" | ||
}] | ||
"id": "mosip.pre-registration.qrcode.generate", | ||
"version": "1.0", | ||
"responsetime": "2020-01-06T05:35:38.403Z", | ||
"response": null, | ||
"errors": [{ | ||
"errorCode": "PRG_PAM_CORE_001", | ||
"message": "Request id is invalid" | ||
}] | ||
} |
18 changes: 8 additions & 10 deletions
18
...s/src/main/resources/preReg/QRCode/preReg_QRCode_requesttime_withEmptyValue/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 |
---|---|---|
@@ -1,12 +1,10 @@ | ||
{ | ||
"id": "mosip.pre-registration.qrcode.generate", | ||
"version": "1.0", | ||
"responsetime": "2019-06-28T09:51:43.687Z", | ||
"response": null, | ||
"errors": [ | ||
{ | ||
"errorCode": "PRG_PAM_CORE_003", | ||
"message": "Invalid request time" | ||
} | ||
] | ||
"id": "mosip.pre-registration.qrcode.generate", | ||
"version": "1.0", | ||
"responsetime": "2020-01-06T05:23:46.082Z", | ||
"response": null, | ||
"errors": [{ | ||
"errorCode": "PRG_CORE_REQ_003", | ||
"message": "Invalid request time" | ||
}] | ||
} |
18 changes: 8 additions & 10 deletions
18
...tests/src/main/resources/preReg/QRCode/preReg_QRCode_requesttime_withSpaces/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 |
---|---|---|
@@ -1,12 +1,10 @@ | ||
{ | ||
"id": "mosip.pre-registration.qrcode.generate", | ||
"version": "1.0", | ||
"responsetime": "2019-06-28T09:51:43.687Z", | ||
"response": null, | ||
"errors": [ | ||
{ | ||
"errorCode": "PRG_PAM_CORE_003", | ||
"message": "Invalid request time" | ||
} | ||
] | ||
"id": "mosip.pre-registration.qrcode.generate", | ||
"version": "1.0", | ||
"responsetime": "2020-01-06T05:34:14.569Z", | ||
"response": null, | ||
"errors": [{ | ||
"errorCode": "PRG_CORE_REQ_003", | ||
"message": "Invalid request time" | ||
}] | ||
} |
18 changes: 8 additions & 10 deletions
18
...tests/src/main/resources/preReg/QRCode/preReg_QRCode_version_withEmptyValue/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 |
---|---|---|
@@ -1,12 +1,10 @@ | ||
{"id":"mosip.pre-registration.qrcode.generate", | ||
"version":"", | ||
"responsetime":"2019-06-01T08:11:11.981Z", | ||
"response":null, | ||
"errors": | ||
[ | ||
{ | ||
"errorCode":"PRG_PAM_CORE_002", | ||
"message":"Request version is invalid" | ||
} | ||
] | ||
"id": "mosip.pre-registration.qrcode.generate", | ||
"version": "1.0", | ||
"responsetime": "2020-01-06T05:31:37.023Z", | ||
"response": null, | ||
"errors": [{ | ||
"errorCode": "PRG_CORE_REQ_002", | ||
"message": "Request version is invalid" | ||
}] | ||
} |
11 changes: 10 additions & 1 deletion
11
...in/resources/preReg/QRCode/preReg_QRCode_version_withOtherThanStandardValue/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 |
---|---|---|
@@ -1 +1,10 @@ | ||
{"id":"mosip.pre-registration.qrcode.generate","version":"29mGF4","responsetime":"2019-06-01T08:14:08.263Z","response":null,"errors":[{"errorCode":"PRG_PAM_CORE_002","message":"Request version is invalid"}]} | ||
{ | ||
"id": "mosip.pre-registration.qrcode.generate", | ||
"version": "1.0", | ||
"responsetime": "2020-01-06T05:31:37.023Z", | ||
"response": null, | ||
"errors": [{ | ||
"errorCode": "PRG_CORE_REQ_002", | ||
"message": "Request version is invalid" | ||
}] | ||
} |
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
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