Merge branch 'stream-follow-updates' into 'develop'
[akkoma] / test / pleroma / web / activity_pub / transmogrifier / audio_handling_test.exs
index 6eeb1c863a1f20ac9d2993d1b807790e932a0095..7a2ac5d4dcdac1f95da1f56aade18b8e98e3a0aa 100644 (file)
@@ -53,7 +53,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.AudioHandlingTest do
         }
     end)
 
-    data = File.read!("test/fixtures/tesla_mock/funkwhale_create_audio.json") |> Poison.decode!()
+    data = File.read!("test/fixtures/tesla_mock/funkwhale_create_audio.json") |> Jason.decode!()
 
     {:ok, %Activity{local: false} = activity} = Transmogrifier.handle_incoming(data)