Tests: More test fixes.
This commit is contained in:
parent
2f8ec8a9cc
commit
b17c36c45a
3 changed files with 7 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ defmodule Pleroma.ApplicationRequirementsTest do
|
|||
describe "check_repo_pool_size!/1" do
|
||||
test "raises if the pool size is unexpected" do
|
||||
clear_config([Pleroma.Repo, :pool_size], 11)
|
||||
clear_config([:dangerzone, :override_repo_pool_size], false)
|
||||
|
||||
assert_raise Pleroma.ApplicationRequirements.VerifyError,
|
||||
"Repo.pool_size different than recommended value.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue