Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Jan 24, 2025
1 parent 6e1d44a commit f019b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/bulk/bulk_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ func TestBulkCreate(t *testing.T) {
Name: "Empty Index",
Index: "",
Err: es.ErrElastic{
Status: 500,
Type: "string_index_out_of_bounds_exception",
Status: 400,
Type: "invalid_index_name_exception",
},
},
{
Expand Down

0 comments on commit f019b61

Please sign in to comment.