diff options
Diffstat (limited to 'internal/api/client/admin/emojidelete_test.go')
-rw-r--r-- | internal/api/client/admin/emojidelete_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/admin/emojidelete_test.go b/internal/api/client/admin/emojidelete_test.go index 551054036..e27592baf 100644 --- a/internal/api/client/admin/emojidelete_test.go +++ b/internal/api/client/admin/emojidelete_test.go @@ -87,7 +87,7 @@ func (suite *EmojiDeleteTestSuite) TestEmojiDelete2() { suite.NoError(err) suite.NotNil(b) - suite.Equal(`{"error":"Bad Request: EmojiDelete: emoji with id 01GD5KP5CQEE1R3X43Y1EHS2CW was not a local emoji, will not delete"}`, string(b)) + suite.Equal(`{"error":"Bad Request: emoji with id 01GD5KP5CQEE1R3X43Y1EHS2CW was not a local emoji, will not delete"}`, string(b)) // emoji should still be in the db dbEmoji, err := suite.db.GetEmojiByID(context.Background(), testEmoji.ID) |