right test

This commit is contained in:
Alexander Strizhakov 2020-01-25 19:21:21 +03:00
parent e93cc561cd
commit ac97d01fb6
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 4 additions and 1 deletions

View File

@ -119,7 +119,10 @@ defmodule Pleroma.Config.TransferTaskTest 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