summaryrefslogtreecommitdiff
path: root/test/config
diff options
context:
space:
mode:
Diffstat (limited to 'test/config')
-rw-r--r--test/config/transfer_task_test.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/config/transfer_task_test.exs b/test/config/transfer_task_test.exs
index 0d328f0c3..61ab1440d 100644
--- a/test/config/transfer_task_test.exs
+++ b/test/config/transfer_task_test.exs
@@ -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