added unit tests

This commit is contained in:
Phill Zarfos
2023-09-23 10:41:53 -04:00
parent a7fb5d98b1
commit 9167c20512
3 changed files with 20 additions and 3 deletions

View File

@ -110,7 +110,7 @@ class TestCodeCommitProvider:
# Mock the response from the AWS client for get_pull_request method
api.boto_client.get_pull_request.return_value = {
"pullRequest": {
"pullRequestId": "3",
"pullRequestId": "321",
"title": "My PR",
"description": "My PR description",
"pullRequestTargets": [