Skip to content

Commit

Permalink
Add tests for email endpoint and adjust exception handling
Browse files Browse the repository at this point in the history
Added new test methods to the EmailEndpointTest to ensure comprehensive verification of email detail setting and document type checking. Also included the InvalidDocumentTypeException in the tests for more robust exception handling.
  • Loading branch information
ag84ark committed Feb 6, 2024
1 parent c7bb573 commit 62ebb09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows /tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Tests

on:
push:
branches:
- master
- '*.x'
branches: [ "master" ]
pull_request:

permissions:
Expand Down

0 comments on commit 62ebb09

Please sign in to comment.