Changes
1 changed files (+1/-1)
-
-
@@ -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)
-