We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e8445 commit 400ae35Copy full SHA for 400ae35
src/test/java/com/mindee/workflow/WorkflowIT.java
@@ -43,7 +43,7 @@ protected Execution<GeneratedV1> getFinancialDocumentWorkflow(String workflowId)
43
44
45
@Test
46
- public void givenAPDF_shouldExtractInvoicesStrict() throws IOException {
+ public void givenAWorkflowIDShouldReturnACorrectWorkflowObject() throws IOException {
47
Execution<GeneratedV1> execution = getFinancialDocumentWorkflow(System.getenv("WORKFLOW_ID"));
48
49
Assertions.assertEquals("low", execution.getPriority());
0 commit comments