Skip to content

Commit

Permalink
feat: multi-tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Oct 13, 2023
1 parent a0b43da commit 174757e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/io/kestra/plugin/tika/ParseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ void run(String doc, Parse.ContentType contentType, PDFParserConfig.OCR_STRATEGY
URL resource = ParseTest.class.getClassLoader().getResource(doc);

URI storage = storageInterface.put(
null,
new URI("/" + IdUtils.create()),
new FileInputStream(Objects.requireNonNull(resource).getFile())
);
Expand Down

0 comments on commit 174757e

Please sign in to comment.