Skip to content

Commit

Permalink
remove obsolete test
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed Jun 18, 2024
1 parent 75a6d67 commit 14bbdd8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/ottl/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,6 @@ func Test_e2e_editors(t *testing.T) {
s.AppendEmpty().SetInt(6)
},
},
{
statement: `scale_metric(attributes["double_value"],0.1)`,
want: func(tCtx ottllog.TransformContext) {
tCtx.GetLogRecord().Attributes().PutDouble("double_value", 1.05)
},
},
}

for _, tt := range tests {
Expand Down

0 comments on commit 14bbdd8

Please sign in to comment.