Skip to content

Commit

Permalink
Fix broken IT
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Dai <[email protected]>
  • Loading branch information
dai-chen committed Jun 25, 2024
1 parent bad672e commit 972ed7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class FlintSparkTransactionITSuite extends OpenSearchTransactionSuite with Match
.addValueSet("name")
.create()
} should have message
s"Failed to execute index operation [Create Flint index with ignoreIfExists false] caused by: Flint index $testFlintIndex already exists"
s"Failed to execute index operation [Create Flint index] caused by: Flint index $testFlintIndex already exists"
}

test("should clean up metadata log entry if index data has been deleted") {
Expand Down

0 comments on commit 972ed7d

Please sign in to comment.