diff --git a/tests/testthat/test-dbi.R b/tests/testthat/test-dbi.R index f5a9b2e..cf9df09 100644 --- a/tests/testthat/test-dbi.R +++ b/tests/testthat/test-dbi.R @@ -15,7 +15,7 @@ specs <- list( drv = RPostgres::Postgres(), dbname = "postgres", user = "postgres", - password = Sys.getenv("POSTGRES_PW"), # Stored in GH actions + password = password # Sys.getenv("POSTGRES_PW"), # Stored in GH actions port = 5432, host = "localhost" )