We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
receiver/purefa
Remove mock host implementation in receiver/purefareceiver/internal/bearertoken_test.go and consider using componenttest.NewNopHost().
componenttest.NewNopHost()
The text was updated successfully, but these errors were encountered:
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Sorry, something went wrong.
@dgoscn , can you work on this one?
ReportFatalError
[chore] Remove use of ReportFatalError (#31103)
94889fb
**Description:** Remove use of `ReportFatalError` in mock host. Fixes #30599
[chore] Remove ReportFatalError use in host mock (#31102)
80c739f
**Description:** Remove `ReportFatalError` use in host mock Fixes #30599
dgoscn
Successfully merging a pull request may close this issue.
Component(s)
receiver/purefa
Describe the issue you're reporting
Remove mock host implementation in receiver/purefareceiver/internal/bearertoken_test.go and consider using
componenttest.NewNopHost()
.The text was updated successfully, but these errors were encountered: