99
1010 "github.com/gofrs/uuid"
1111
12- logadapter "github.com/StevenACoffman /logrus-stackdriver-formatter"
12+ logadapter "github.com/Mattel /logrus-stackdriver-formatter"
1313 "github.com/sirupsen/logrus"
1414 "github.com/stretchr/testify/assert"
1515 "go.opentelemetry.io/otel/trace"
@@ -29,7 +29,7 @@ func TestFormatter(t *testing.T) {
2929 logadapter .WithVersion ("0.1" ),
3030 logadapter .WithSkipTimestamp (),
3131 logadapter .WithSourceReference (
32- "https://github.com/StevenACoffman /test.git" ,
32+ "https://github.com/Mattel /test.git" ,
3333 "v1.2.3" ,
3434 ),
3535 logadapter .WithGlobalTraceID (TraceID ),
5050 TraceID = uuid .Must (uuid .FromString ("105445aa7843bc8bf206b12000100000" ))
5151 SpanID = [8 ]byte {0 , 0 , 0 , 0 , 0 , 0 , 0 , 1 }
5252 SpanContext = trace.SpanContext {}.WithSpanID (SpanID ).
53- WithTraceID (trace .TraceID (TraceID )).
54- WithTraceFlags (TraceFlags )
53+ WithTraceID (trace .TraceID (TraceID )).
54+ WithTraceFlags (TraceFlags )
5555 LineNumber = platformLine ()
5656)
5757
@@ -115,7 +115,7 @@ var formatterTests = []struct {
115115 },
116116 "sourceReferences" : []map [string ]interface {}{
117117 {
118- "repository" : "https://github.com/StevenACoffman /test.git" ,
118+ "repository" : "https://github.com/Mattel /test.git" ,
119119 "revisionId" : "v1.2.3" ,
120120 },
121121 },
@@ -161,7 +161,7 @@ var formatterTests = []struct {
161161 },
162162 "sourceReferences" : []map [string ]interface {}{
163163 {
164- "repository" : "https://github.com/StevenACoffman /test.git" ,
164+ "repository" : "https://github.com/Mattel /test.git" ,
165165 "revisionId" : "v1.2.3" ,
166166 },
167167 },
@@ -218,7 +218,7 @@ var formatterTests = []struct {
218218 },
219219 "sourceReferences" : []map [string ]interface {}{
220220 {
221- "repository" : "https://github.com/StevenACoffman /test.git" ,
221+ "repository" : "https://github.com/Mattel /test.git" ,
222222 "revisionId" : "v1.2.3" ,
223223 },
224224 },
0 commit comments