Skip to content

Commit

Permalink
Update functionaltests/8_15_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Lopez Rubio <[email protected]>
  • Loading branch information
endorama and marclop authored Jan 21, 2025
1 parent dc9d48c commit 0769ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functionaltests/8_15_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func TestUpgrade_8_15_4_to_8_16_0(t *testing.T) {
if !assert.Zero(t, res.Hits.Total.Value, "expected no error logs, but found some") {
t.Log("found error logs:")
for _, h := range res.Hits.Hits {
t.Log(h.Source_)
t.Log(string(h.Source_))
}
}
}

0 comments on commit 0769ee6

Please sign in to comment.