Skip to content

Commit

Permalink
bug: update sharepoint-with-permissions test to fix CI (Unstructured-…
Browse files Browse the repository at this point in the history
…IO#2589)

Adding `metadata.data_source.permissions_data` to
sharepoint-with-permissions.sh --metadata-exclude to prevent sharepoint
deprecation warning from ruining test.

Updating expected-structured-output

As per Ahmet's comment. We do want to check sharepoint permissions
metadata at some point. But that will take a separate type of test. A
file diff test is too unstable. Permissions checking will be later down
the road.
  • Loading branch information
potter-potter authored and kaaloo committed Apr 8, 2024
1 parent 8927af3 commit 9d78c7a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1,907 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## 0.12.6-dev2
## 0.12.6-dev3

### Enhancements

Expand All @@ -13,6 +13,7 @@
* **Incorporate the `install-pandoc` Makefile recipe** into relevant stages of CI workflow, ensuring it is a version that supports RTF input files.
* **Fix Google Drive source key** Allow passing string for source connector key.
* **Fix table structure evaluations calculations** Replaced special value `-1.0` with `np.nan` and corrected rows filtering of files metrics basing on that.
* **Fix Sharepoint-with-permissions test** Ignore permissions metadata, update test.

## 0.12.5

Expand Down

0 comments on commit 9d78c7a

Please sign in to comment.