summaryrefslogtreecommitdiff
path: root/internal/processing/account_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/account_test.go')
-rw-r--r--internal/processing/account_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/account_test.go b/internal/processing/account_test.go
index a9b492d06..8e33ccc7d 100644
--- a/internal/processing/account_test.go
+++ b/internal/processing/account_test.go
@@ -71,7 +71,7 @@ func (suite *AccountTestSuite) TestAccountDeleteLocal() {
})
if !testrig.WaitFor(func() bool {
- sentI, ok := suite.httpClient.SentMessages.Load(followingAccount.InboxURI)
+ sentI, ok := suite.httpClient.SentMessages.Load(*followingAccount.SharedInboxURI)
if ok {
sent, ok = sentI.([][]byte)
if !ok {