Skip to content

Commit

Permalink
Testing ingest tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed Oct 5, 2023
1 parent 0009021 commit 247958d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/ingest-salesforce.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ more-itertools==10.1.0
# via simple-salesforce
pendulum==2.1.2
# via simple-salesforce
platformdirs==3.11.0
platformdirs==3.10.0
# via zeep
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -64,7 +64,7 @@ six==1.16.0
# isodate
# python-dateutil
# requests-file
urllib3==1.26.17
urllib3==1.26.16
# via
# -c requirements/base.txt
# -c requirements/constraints.in
Expand Down
2 changes: 1 addition & 1 deletion test_unstructured_ingest/test-ingest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ scripts=(
'test-ingest-biomed-path.sh'
## NOTE(yuming): The following test should be put after any tests with --preserve-downloads option
'test-ingest-pdf-fast-reprocess.sh'
'test-ingest-salesforce.sh'
'test-ingest-box.sh'
'test-ingest-discord.sh'
'test-ingest-dropbox.sh'
Expand All @@ -40,7 +41,6 @@ scripts=(
'test-ingest-local-single-file-with-pdf-infer-table-structure.sh'
'test-ingest-notion.sh'
'test-ingest-delta-table.sh'
'test-ingest-salesforce.sh'
'test-ingest-jira.sh'
'test-ingest-sharepoint.sh'
)
Expand Down

0 comments on commit 247958d

Please sign in to comment.