From a80130839f791fb81b122e362c6a00a96f0e74ce Mon Sep 17 00:00:00 2001 From: Farreeda Date: Thu, 10 Aug 2023 13:50:18 +0300 Subject: [PATCH] . --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 29d6824..cbac0f7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -19,7 +19,7 @@ end @testset "_dbconnect function for LibPQ" begin - conn= DBConnector._dbconnect(LibPQ.Connection, host = ENV["POSTGRES_HOST"], user = ENV["POSTGRES_USER"], dbname = "mimic", password = ENV["POSTGRES_PASSWORD"]) + conn= DBConnector._dbconnect(LibPQ.Connection, ENV["POSTGRES_HOST"],ENV["POSTGRES_USER"], password = ENV["POSTGRES_PASSWORD"], db = "mimic") @test @isdefined conn end