Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
annaCPR committed Oct 10, 2024
1 parent 1f6feea commit 2bbe757
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit_tests/clients/aws/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def test_upload_json_to_s3_when_error(basic_s3_client):

@patch.dict(os.environ, {"BULK_IMPORT_BUCKET": "test_bucket"})
def test_upload_ingest_json_to_s3_success(basic_s3_client):
print(">>>>>>>>>>>>>>>>>>>", os.getenv("BULK_IMPORT_BUCKET", "Nothing"))
json_data = {"test": "test"}
upload_ingest_json_to_s3("1111-1111", "test_corpus_id", json_data)

Expand Down

0 comments on commit 2bbe757

Please sign in to comment.