mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-24 10:07:04 +02:00
Fix Tests
This commit is contained in:
parent
f48dec1fb0
commit
bcddb98867
@ -4,7 +4,6 @@ import (
|
||||
"context"
|
||||
"testing"
|
||||
|
||||
"github.com/micro/go-micro/v2/auth"
|
||||
"github.com/micro/go-micro/v2/metadata"
|
||||
)
|
||||
|
||||
@ -33,8 +32,7 @@ func TestWrapper(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, d := range testData {
|
||||
c := &clientWrapper{
|
||||
auth: func() auth.Auth { return nil },
|
||||
c := &fromServiceWrapper{
|
||||
headers: d.headers,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user