Skip to content

Commit

Permalink
[PRMDR-537] change for test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Jun 20, 2024
1 parent ad6694c commit a6ce01a
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,9 @@ def test_get_document_references_dynamo_return_successful_response_single_table(
MOCK_DOCUMENT_REFERENCE
)
expected_results = [EXPECTED_RESPONSE]
try:
actual = patched_service.get_document_references("1111111111")
actual = patched_service.get_document_references("1111111111")

assert actual == expected_results
except DocumentRefSearchException:
assert False, "test"
assert actual == expected_results


def test_get_document_references_dynamo_return_successful_response_multiple_tables(
Expand Down

0 comments on commit a6ce01a

Please sign in to comment.