diff options
Diffstat (limited to 'internal/processing/parsemention_test.go')
| -rw-r--r-- | internal/processing/parsemention_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/processing/parsemention_test.go b/internal/processing/parsemention_test.go index 2c2cc3085..2eeedc2ea 100644 --- a/internal/processing/parsemention_test.go +++ b/internal/processing/parsemention_test.go @@ -18,7 +18,6 @@ package processing_test import ( - "context" "errors" "testing" @@ -34,7 +33,7 @@ type ParseMentionTestSuite struct { func (suite *ParseMentionTestSuite) TestParseMentionFunc() { var ( - ctx = context.Background() + ctx = suite.T().Context() parseMention = processing.GetParseMentionFunc(&suite.state, suite.federator) originAcctID = suite.testAccounts["local_account_1"].ID statusID = id.NewULID() |
