Skip to content

Commit 13e5bda

Browse files
Update tests
1 parent af144e8 commit 13e5bda

File tree

1 file changed

+1
-1
lines changed
  • extension/encoding/awslogsencodingextension/internal/unmarshaler/elb-access-log

1 file changed

+1
-1
lines changed

extension/encoding/awslogsencodingextension/internal/unmarshaler/elb-access-log/unmarshaler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func TestUnmarshallElbAccessLogs(t *testing.T) {
102102
}
103103
require.NoError(t, err)
104104
// uncomment this to generate the expected file
105-
golden.WriteLogs(t, filepath.Join(filesDirectory, test.logsExpectedFilename), logs)
105+
// golden.WriteLogs(t, filepath.Join(filesDirectory, test.logsExpectedFilename), logs)
106106

107107
if test.logsExpectedFilename == "" {
108108
return

0 commit comments

Comments
 (0)