Skip to content

Commit

Permalink
Removed camdgc reference
Browse files Browse the repository at this point in the history
Signed-off-by: ase-101 <[email protected]>
  • Loading branch information
ase-101 committed Jan 23, 2024
1 parent 2e4d0d9 commit 61a8f01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions docs/postman-collections/signup_001.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,14 +384,12 @@
}
],
"url": {
"raw": "https://api-internal.camdgc-dev.mosip.net/v1/signup/settings",
"protocol": "https",
"raw": "http://localhost:8088/v1/signup/settings",
"protocol": "http",
"host": [
"api-internal",
"camdgc-dev",
"mosip",
"net"
"localhost"
],
"port": "8088",
"path": [
"v1",
"signup",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void getSignupSettings_thenPass () throws Exception {
.andExpect(jsonPath("$['response']['configs']['fullname.pattern']").value("^[\\u1780-\\u17FF\\u19E0-\\u19FF\\u1A00-\\u1A9F\\u0020]{1,30}$"))
.andExpect(jsonPath("$['response']['configs']['status.request.delay']").value(20))
.andExpect(jsonPath("$['response']['configs']['status.request.limit']").value(10))
.andExpect(jsonPath("$['response']['configs']['signin.redirect-url']").value("https://esignet.camdgc-dev.mosip.net/authorize"))
.andExpect(jsonPath("$['response']['configs']['signin.redirect-url']").value("https://esignet.dev.mosip.net/authorize"))
.andExpect(jsonPath("$.errors").isEmpty());
}

Expand Down

0 comments on commit 61a8f01

Please sign in to comment.