We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68f8f6 commit a8c90e2Copy full SHA for a8c90e2
1 file changed
tests/testthat/connection_to_datasets/login_details.R
@@ -57,7 +57,7 @@ if ((ds.test_env$driver == "DSLiteDriver") || (ds.test_env$driver == "OpalDriver
57
armadillo.url <- "http://localhost:8080/"
58
}
59
60
- ds.test_env$ping_url <- armadillo_ping.url
+ ds.test_env$ping_url <- armadillo.url
61
ds.test_env$ping_user <- getOption("armadillo.user", "admin")
62
ds.test_env$ping_password <- getOption("armadillo.password", "admin")
63
ds.test_env$ping_options <- "list(timeout=5)"
0 commit comments