Skip to content

Commit

Permalink
fix environment variable reference in testing script
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast committed Sep 15, 2023
1 parent 645dc11 commit ea637d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/test_dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ shinyloadtest_report(df, "R/report1.html")
library(connectapi)

client <- connect(
server = paste0("https://", Sys.getenv("CONNECT_SERVER")),
server = Sys.getenv("CONNECT_SERVER"),
api_key = Sys.getenv("CONNECT_API_KEY")
)

Expand Down

0 comments on commit ea637d0

Please sign in to comment.