forked from AkkomaGang/akkoma
Fix tests to assume reblogs shown by default
This commit is contained in:
parent
c8f31e0bc2
commit
13c298d354
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ test "represent a relationship" do
|
|||
muting_notifications: false,
|
||||
requested: false,
|
||||
domain_blocking: false,
|
||||
showing_reblogs: false,
|
||||
showing_reblogs: true,
|
||||
endorsed: false
|
||||
}
|
||||
|
||||
|
@ -202,7 +202,7 @@ test "represent an embedded relationship" do
|
|||
muting_notifications: false,
|
||||
requested: false,
|
||||
domain_blocking: false,
|
||||
showing_reblogs: false,
|
||||
showing_reblogs: true,
|
||||
endorsed: false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue