Skip to content

Commit

Permalink
Fix e2e testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreejit-K committed Jul 16, 2024
1 parent 67e63f5 commit 9a60bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/apitest/src/test/java/e2e/registry/registry.feature
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ Feature: Registry api tests
And header viewTemplateId = 'student_view_template.json'
When method get
Then status 200
* match response.contactDetails == { mobile: '#notpresent', email: '#present', osid: '#present' }
* match response.contactDetails == { mobile: '#notpresent', email: '#present', osid: '#present', osAttestationStatus : '#present' }

@envnot=fusionauth
Scenario: Create birth certificate schema, issue credentials then revoke the credential and check for CRUD APIS
Expand Down

0 comments on commit 9a60bfc

Please sign in to comment.