Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Dec 18, 2024
1 parent 1fd0406 commit 3a5e031
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/ottl/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package e2e

import (
"context"
"github.com/stretchr/testify/require"
"net/http"
"testing"
"time"
Expand Down Expand Up @@ -1141,7 +1140,7 @@ func Test_e2e_ottl_value_expressions(t *testing.T) {

tCtx := constructLogTransformContext()
val, err := valueExpr.Eval(context.Background(), tCtx)
require.NoError(t, err)
assert.NoError(t, err)

assert.Equal(t, tt.want, val)
})
Expand Down

0 comments on commit 3a5e031

Please sign in to comment.