From a8c90e245ac0e8086f871da7e99fa3cd4777ea0e Mon Sep 17 00:00:00 2001 From: Stuart Wheater Date: Tue, 16 Jun 2026 15:25:47 +0100 Subject: [PATCH] Fixed typo: 'armadillo_ping.url' to 'armadillo.url' --- tests/testthat/connection_to_datasets/login_details.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/connection_to_datasets/login_details.R b/tests/testthat/connection_to_datasets/login_details.R index 9ddea706..ca952882 100644 --- a/tests/testthat/connection_to_datasets/login_details.R +++ b/tests/testthat/connection_to_datasets/login_details.R @@ -57,7 +57,7 @@ if ((ds.test_env$driver == "DSLiteDriver") || (ds.test_env$driver == "OpalDriver armadillo.url <- "http://localhost:8080/" } - ds.test_env$ping_url <- armadillo_ping.url + ds.test_env$ping_url <- armadillo.url ds.test_env$ping_user <- getOption("armadillo.user", "admin") ds.test_env$ping_password <- getOption("armadillo.password", "admin") ds.test_env$ping_options <- "list(timeout=5)"