Use Jason instead of Poison in tests
authorMark Felder <feld@FreeBSD.org>
Mon, 23 Nov 2020 19:28:55 +0000 (13:28 -0600)
committerMark Felder <feld@FreeBSD.org>
Mon, 23 Nov 2020 19:28:55 +0000 (13:28 -0600)
commit3283d0805f15d7e108c7f9b5e02de486c69a5c66
tree875731666c0146034fe77ed290e383d0ab563ab6
parent1ab61953db36929517ce5a153cc18d4f65127a5a
Use Jason instead of Poison in tests
21 files changed:
test/pleroma/web/activity_pub/activity_pub_controller_test.exs
test/pleroma/web/activity_pub/mrf/object_age_policy_test.exs
test/pleroma/web/activity_pub/transmogrifier/accept_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/announce_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/answer_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/audio_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/block_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/chat_message_test.exs
test/pleroma/web/activity_pub/transmogrifier/delete_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/emoji_react_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/follow_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/like_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/question_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/reject_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/undo_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/user_update_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier_test.exs
test/pleroma/web/federator_test.exs
test/pleroma/web/o_auth/o_auth_controller_test.exs
test/pleroma/web/streamer_test.exs
test/support/helpers.ex