diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-04-01 07:15:38 +0200 | 
|---|---|---|
| committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-04-10 06:20:02 +0200 | 
| commit | 369c03834c5f2638080ff515055723e6c1c716bf (patch) | |
| tree | 32d60a3a6f54084a7ef55ecd877a9849da18f267 /test | |
| parent | b6bed1a284ce07359642e0a884d2476ca387439d (diff) | |
| download | pleroma-369c03834c5f2638080ff515055723e6c1c716bf.tar.gz pleroma-369c03834c5f2638080ff515055723e6c1c716bf.zip | |
formatter: Use user.uri instead of user.source_data.uri
Diffstat (limited to 'test')
| -rw-r--r-- | test/formatter_test.exs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/formatter_test.exs b/test/formatter_test.exs index 93fd8eab7..bef5a2c28 100644 --- a/test/formatter_test.exs +++ b/test/formatter_test.exs @@ -140,7 +140,7 @@ defmodule Pleroma.FormatterTest do        archaeme =          insert(:user,            nickname: "archa_eme_", -          source_data: %{"url" => "https://archeme/@archa_eme_"} +          uri: "https://archeme/@archa_eme_"          )        archaeme_remote = insert(:user, %{nickname: "archaeme@archae.me"}) | 
