summaryrefslogtreecommitdiff
path: root/internal/processing/interactionrequests/reject_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/interactionrequests/reject_test.go')
-rw-r--r--internal/processing/interactionrequests/reject_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/processing/interactionrequests/reject_test.go b/internal/processing/interactionrequests/reject_test.go
index 353684938..76e31b491 100644
--- a/internal/processing/interactionrequests/reject_test.go
+++ b/internal/processing/interactionrequests/reject_test.go
@@ -18,7 +18,6 @@
package interactionrequests_test
import (
- "context"
"errors"
"testing"
@@ -38,7 +37,7 @@ func (suite *RejectTestSuite) TestReject() {
defer testrig.TearDownTestStructs(testStructs)
var (
- ctx = context.Background()
+ ctx = suite.T().Context()
state = testStructs.State
acct = suite.testAccounts["local_account_2"]
intReq = suite.testInteractionRequests["admin_account_reply_turtle"]