Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Belval committed Jun 24, 2024
1 parent 8260399 commit 2c560a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_get_text_and_words.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ def setUp(self):
self.profile_name = "default"
if os.environ.get("CALL_TEXTRACT"):
self.s3_client = boto3.session.Session(
#profile_name=self.profile_name
profile_name=self.profile_name
).client("s3", region_name="us-west-2")

self.current_directory = os.path.abspath(os.path.dirname(__file__))

self.extractor = Textractor(
#profile_name=self.profile_name, kms_key_id=""
region_name="us-west-2"
profile_name=self.profile_name, kms_key_id=""
)
self.fixture_directory = os.path.join(self.current_directory, "fixtures")

Expand Down

0 comments on commit 2c560a8

Please sign in to comment.