Skip to content

Commit

Permalink
chore: changes based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
sofia-gomes-onfido committed May 22, 2024
1 parent 54b0643 commit 2a776af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,3 @@
dist/
.DS_Store
**/.DS_Store

# VSCode
bin/
.vscode
.settings
.project
.classpath
.factorypath

# IntelliJ
.idea
*.iml
2 changes: 2 additions & 0 deletions tests/test_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def test_find_report(onfido_api, document_report_id, identity_report_id):
assert get_identity_report.actual_instance.id == identity_report_id
assert get_identity_report.actual_instance.name == ReportName.IDENTITY_ENHANCED
assert get_identity_report.actual_instance.status == ReportStatus.COMPLETE
assert get_identity_report.actual_instance.breakdown.date_of_birth is None
assert get_identity_report.actual_instance.breakdown.address is None


def test_resume_report(onfido_api, document_report_id):
Expand Down
File renamed without changes.

0 comments on commit 2a776af

Please sign in to comment.