Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
This commit is contained in:
vyzo 2020-06-26 14:06:45 +03:00 committed by GitHub
parent eb65f1e441
commit 30a6361a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -697,7 +697,7 @@ func getPubsubTracerConfig(ctx context.Context, t *TestEnvironment) (string, err
case m := <-ch:
return m.Tracer, nil
case err := <-sub.Done():
return "", fmt.Errorf("got error while waiting for clients addrs: %w", err)
return "", fmt.Errorf("got error while waiting for pubsub tracer config: %w", err)
}
}