Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update Postgres.js tests #491

Merged
merged 11 commits into from
Nov 21, 2024
2 changes: 1 addition & 1 deletion test/integration/external_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ defmodule Supavisor.Integration.ExternalTest do
external_id: external_id,
users: [
%{
"pool_size" => 3,
"pool_size" => 15,
"db_user" => "postgres",
"db_password" => "postgres",
"is_manager" => true,
Expand Down
Loading
Loading