Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 committed Apr 26, 2024
1 parent 3a18915 commit 2a77791
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,6 @@ public void testDefaultSemanticSearchUseCaseWithFailureExpected() throws Excepti

assertEquals(RestStatus.OK, TestHelpers.restStatus(response));
getAndAssertWorkflowStatus(client(), workflowId, State.FAILED, ProvisioningProgress.FAILED);
String error = getAndWorkflowStatusError(client(), workflowId);
// Since knn plugin is not installed
assertTrue(error.contains("No processor type exists with name [text_embedding]"));
}

public void testAllDefaultUseCasesCreation() throws Exception {
Expand Down

0 comments on commit 2a77791

Please sign in to comment.