fix: remove special exam and proctoring flags (#648)

This commit is contained in:
Bianca Severino
2021-09-22 09:11:55 -04:00
committed by GitHub
parent 2932d98976
commit cb29902152
11 changed files with 0 additions and 132 deletions

View File

@@ -311,8 +311,6 @@
"verify_identity_url": null,
"verification_status": "none",
"linkedin_add_to_profile_url": null,
"is_mfe_special_exams_enabled": false,
"is_mfe_proctored_exams_enabled": false,
"user_needs_integrity_signature": false
},
"matchingRules": {
@@ -449,12 +447,6 @@
"$.body.verification_status": {
"match": "type"
},
"$.body.is_mfe_special_exams_enabled": {
"match": "type"
},
"$.body.is_mfe_proctored_exams_enabled": {
"match": "type"
},
"$.body.user_needs_integrity_signature": {
"match": "type"
}