diff options
Diffstat (limited to 'internal/processing/account/delete_test.go')
| -rw-r--r-- | internal/processing/account/delete_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/processing/account/delete_test.go b/internal/processing/account/delete_test.go index fd19099c3..93bc1f9c4 100644 --- a/internal/processing/account/delete_test.go +++ b/internal/processing/account/delete_test.go @@ -18,7 +18,6 @@ package account_test import ( - "context" "net" "testing" "time" @@ -32,7 +31,7 @@ type AccountDeleteTestSuite struct { } func (suite *AccountDeleteTestSuite) TestAccountDeleteLocal() { - ctx := context.Background() + ctx := suite.T().Context() // Keep a reference around to the original account // and user, before the delete was processed. |
