Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 26, 2024
1 parent 3129b1c commit 401d58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def setUp(self):
self.api_key = os.environ.get("API_KEY")
if not self.api_key:
raise ValueError("API_KEY environment variable is not set")
print("we got api key: ", self.api_key)
self.file_path = "../examples/sample_data/stoxx_index_guide_0003.pdf"
# create instance of AnyParser
self.ap = AnyParser(self.api_key)
Expand Down

0 comments on commit 401d58d

Please sign in to comment.