Fix lint error

pull/19981/head
Anthony Wang 3 years ago
parent 7428ff0736
commit 66b1761738
No known key found for this signature in database
GPG Key ID: BC96B00AEC5F2D76

@ -85,7 +85,7 @@ func TestActivityPubPersonInbox(t *testing.T) {
setting.AppURL = appURL
}()
username1 := "user1"
ctx := context.Context()
ctx := context.Background()
user1, err := user_model.GetUserByName(ctx, username1)
assert.NoError(t, err)
user1url := fmt.Sprintf("%s/api/v1/activitypub/user/%s#main-key", srv.URL, username1)

Loading…
Cancel
Save