Skip to content

Commit

Permalink
Update test-dbi.R
Browse files Browse the repository at this point in the history
Set postgres password to be password.

Signed-off-by: Vladimir Obucina <[email protected]>
  • Loading branch information
vladimirobucina authored Dec 2, 2024
1 parent ada81a5 commit e19aea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-dbi.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit e19aea6

Please sign in to comment.