forked from AkkomaGang/akkoma
right test
This commit is contained in:
parent
e93cc561cd
commit
ac97d01fb6
1 changed files with 4 additions and 1 deletions
|
@ -119,7 +119,10 @@ test "don't restart if no reboot time settings were changed" do
|
|||
value: [groups: [a: 1, b: 2]]
|
||||
})
|
||||
|
||||
assert capture_log(fn -> TransferTask.start_link([]) end) =~ ""
|
||||
refute String.contains?(
|
||||
capture_log(fn -> TransferTask.start_link([]) end),
|
||||
"pleroma restarted"
|
||||
)
|
||||
end
|
||||
|
||||
test "restart pleroma on reboot time key" do
|
||||
|
|
Loading…
Reference in a new issue