Linter fixes
This commit is contained in:
parent
b8f35f950c
commit
08bc181d79
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ func TestServerStartSharing(t *testing.T) {
|
|||
testServer, session, err := makeMockSession(
|
||||
livesharetest.WithService("serverSharing.startSharing", startSharing),
|
||||
)
|
||||
defer testServer.Close() //nolint:stylecheck // httptest.Server does not return errors on Close()
|
||||
defer testServer.Close() //nolint - httptest.Server does not return errors on Close()
|
||||
|
||||
if err != nil {
|
||||
t.Errorf("error creating mock session: %w", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue