summaryrefslogtreecommitdiff
path: root/internal/db/bundb/move_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/bundb/move_test.go')
-rw-r--r--internal/db/bundb/move_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/db/bundb/move_test.go b/internal/db/bundb/move_test.go
index c3e0dce3d..79fbf504f 100644
--- a/internal/db/bundb/move_test.go
+++ b/internal/db/bundb/move_test.go
@@ -18,7 +18,6 @@
package bundb_test
import (
- "context"
"testing"
"time"
@@ -32,7 +31,7 @@ type MoveTestSuite struct {
}
func (suite *MoveTestSuite) TestMoveIntegration() {
- ctx := context.Background()
+ ctx := suite.T().Context()
firstMove := &gtsmodel.Move{
ID: "01HPPN38MZYEC6WBTR21J6241N",
OriginURI: "https://example.org/users/my_old_account",