Skip to content

Commit 294dfbb

Browse files
authored
Merge pull request #158 from project-sunbird/OrgLocation
Issue #SB-0000 feat: Functional tests fixes
2 parents f1a96e8 + 193c436 commit 294dfbb

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

  • sunbird_service_api_test/src/test/resources/templates/user/getbyuserid/testGetUserProfileVisibilitySuccessWithValidUserId

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121
sunbird_default_channel="ft_channel_01"
2222
sunbird_test_email_address_1 = "sunbirdtest101@gmail.com"
2323
sunbird_test_email_address_2 = "sunbirdtest102@gmail.com"
24-
sunbird_content_id = "do_112501345261985792135"
24+
sunbird_content_id = "do_112728688963133440110506"
2525
sunbird_user_framework_board = "CBSE"
2626
file_upload_max_size=2
2727
sunbird_user_framework_grade_level = "KG"

sunbird_service_api_test/src/test/resources/templates/user/getbyuserid/testGetUserProfileVisibilitySuccessWithValidUserId/response.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"response": {
1515
"lastName": "Kumar",
1616
"tncLatestVersion": "@ignore@",
17+
"maskedPhone": null,
1718
"rootOrgName": "@ignore@",
1819
"roles": "@ignore@",
1920
"channel": "@ignore@",
@@ -22,8 +23,10 @@
2223
"isDeleted": false,
2324
"organisations":"@ignore@",
2425
"tncLatestVersionUrl": "@ignore@",
26+
"maskedEmail": "@ignore@",
2527
"id": "@ignore@",
2628
"tempPassword": null,
29+
"email": "@ignore@",
2730
"rootOrg": "@ignore@",
2831
"identifier": "@ignore@",
2932
"thumbnail": null,
@@ -48,4 +51,4 @@
4851
"status": 1
4952
}
5053
}
51-
}
54+
}

0 commit comments

Comments
 (0)