From 3920bc87d1398893feda21f32e4f59129b2cc9cd Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Tue, 8 Aug 2023 12:26:34 +0100 Subject: [bugfix] don't accept unrelated statuses (#2078) Co-authored-by: Daenney Co-authored-by: tsmethurst --- internal/federation/federatingdb/create_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/federation/federatingdb/create_test.go') diff --git a/internal/federation/federatingdb/create_test.go b/internal/federation/federatingdb/create_test.go index fa7aca0a2..6c18f5bd0 100644 --- a/internal/federation/federatingdb/create_test.go +++ b/internal/federation/federatingdb/create_test.go @@ -54,7 +54,7 @@ func (suite *CreateTestSuite) TestCreateNote() { // status should have some expected values suite.Equal(requestingAccount.ID, status.AccountID) - suite.Equal("hey zork here's a new private note for you", status.Content) + suite.Equal("@the_mighty_zork@localhost:8080 hey zork here's a new private note for you", status.Content) // status should be in the database _, err = suite.db.GetStatusByID(context.Background(), status.ID) -- cgit v1.2.3