Announcements: Fix all tests.
authorlain <lain@soykaf.club>
Thu, 21 May 2020 11:16:21 +0000 (13:16 +0200)
committerlain <lain@soykaf.club>
Thu, 21 May 2020 11:16:21 +0000 (13:16 +0200)
commit23e248694df988d50e8a07b704a7ac56b8e9b19c
treebdf606b5e042f2d194ca323c606f7e3e83fcfcd7
parentd9d425708e094a428fb05127b97480a122c1c616
Announcements: Fix all tests.
21 files changed:
lib/pleroma/web/activity_pub/relay.ex
lib/pleroma/web/activity_pub/side_effects.ex
lib/pleroma/web/mastodon_api/controllers/status_controller.ex
test/notification_test.exs
test/tasks/user_test.exs
test/user_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/relay_test.exs
test/web/activity_pub/side_effects_test.exs
test/web/activity_pub/transmogrifier_test.exs
test/web/activity_pub/utils_test.exs
test/web/activity_pub/views/object_view_test.exs
test/web/admin_api/admin_api_controller_test.exs
test/web/common_api/common_api_test.exs
test/web/mastodon_api/controllers/account_controller_test.exs
test/web/mastodon_api/controllers/notification_controller_test.exs
test/web/mastodon_api/controllers/status_controller_test.exs
test/web/mastodon_api/views/notification_view_test.exs
test/web/mastodon_api/views/status_view_test.exs
test/web/push/impl_test.exs
test/web/streamer/streamer_test.exs