projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8f31e0
)
Fix tests to assume reblogs shown by default
author
Karen Konou
<konoukaren@gmail.com>
Sat, 9 Mar 2019 13:22:55 +0000
(14:22 +0100)
committer
Karen Konou
<konoukaren@gmail.com>
Fri, 15 Mar 2019 13:18:21 +0000
(14:18 +0100)
test/web/mastodon_api/account_view_test.exs
patch
|
blob
|
history
diff --git
a/test/web/mastodon_api/account_view_test.exs
b/test/web/mastodon_api/account_view_test.exs
index c2ffc21da8612fd432028b6cefb7165a08e0f339..6dc60afe96280dcc9fa992950eff1e9a42d4efa6 100644
(file)
--- a/
test/web/mastodon_api/account_view_test.exs
+++ b/
test/web/mastodon_api/account_view_test.exs
@@
-144,7
+144,7
@@
defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
muting_notifications: false,
requested: false,
domain_blocking: false,
- showing_reblogs:
fals
e,
+ showing_reblogs:
tru
e,
endorsed: false
}
@@
-202,7
+202,7
@@
defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
muting_notifications: false,
requested: false,
domain_blocking: false,
- showing_reblogs:
fals
e,
+ showing_reblogs:
tru
e,
endorsed: false
}
}