Linter fixes

This commit is contained in:
Jose Garcia 2021-09-23 13:22:20 -04:00
parent 08bc181d79
commit 65dcb0f428

View file

@ -71,7 +71,7 @@ func TestServerStartSharing(t *testing.T) {
testServer, session, err := makeMockSession(
livesharetest.WithService("serverSharing.startSharing", startSharing),
)
defer testServer.Close() //nolint - httptest.Server does not return errors on Close()
defer testServer.Close() //nolint:staticcheck // httptest.Server does not return errors on Close()
if err != nil {
t.Errorf("error creating mock session: %w", err)