mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-09 15:25:20 +02:00
chore: fix golint error
This commit is contained in:
@ -112,6 +112,9 @@ var _ = Describe("Client", func() {
|
|||||||
|
|
||||||
client := createRawSignalClient(addr)
|
client := createRawSignalClient(addr)
|
||||||
stream, err := client.ConnectStream(context.Background())
|
stream, err := client.ConnectStream(context.Background())
|
||||||
|
if err != nil {
|
||||||
|
Fail("error connecting to stream")
|
||||||
|
}
|
||||||
|
|
||||||
_, err = stream.Recv()
|
_, err = stream.Recv()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user