diff options
Diffstat (limited to 'internal/processing/account_test.go')
-rw-r--r-- | internal/processing/account_test.go | 2 |
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 { |