summaryrefslogtreecommitdiff
path: root/internal/processing/account/alias_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/account/alias_test.go')
-rw-r--r--internal/processing/account/alias_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/processing/account/alias_test.go b/internal/processing/account/alias_test.go
index f3231cd74..fef2335ec 100644
--- a/internal/processing/account/alias_test.go
+++ b/internal/processing/account/alias_test.go
@@ -18,7 +18,6 @@
package account_test
import (
- "context"
"slices"
"testing"
@@ -145,7 +144,7 @@ func (suite *AliasTestSuite) TestAliasAccount() {
},
} {
var (
- ctx = context.Background()
+ ctx = suite.T().Context()
testAcct = new(gtsmodel.Account)
)