We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa82882 commit 36aa13aCopy full SHA for 36aa13a
1 file changed
tests/testthat/connection_to_datasets/login_details.R
@@ -10,7 +10,7 @@ ds.test_env <- new.env()
10
# this option helps DSI to find the connection objects by looking in the right environment
11
options(datashield.env=ds.test_env)
12
13
-ds.test_env$server_server_url <- init.server.url()
+ds.test_env$server_url <- init.server.url()
14
15
if (! is.null(getOption("default_driver"))) {
16
ds.test_env$driver <- getOption("default_driver")
0 commit comments