Skip to content

Commit 7dd8694

Browse files
committed
linting
1 parent ba01002 commit 7dd8694

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cli/delete_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ func TestDelete(t *testing.T) {
9292
// The API checks if the user has any workspaces, so we cannot delete a user
9393
// this way.
9494
ctx := testutil.Context(t, testutil.WaitShort)
95-
var _ = ctx
96-
var _ = api
97-
var _ = deleteMeUser
9895
// nolint:gocritic // Unit test
9996
err := api.Database.UpdateUserDeletedByID(dbauthz.AsSystemRestricted(ctx), database.UpdateUserDeletedByIDParams{
10097
ID: deleteMeUser.ID,

0 commit comments

Comments
 (0)