From 4f5c2e50e15f3788a8d1b04709b92a9d383caf56 Mon Sep 17 00:00:00 2001 From: Aron Atkins Date: Wed, 4 Jan 2023 13:01:47 -0500 Subject: [PATCH] check if a different HTTP port avoids macOS CI failures --- tests/testthat/test-http.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-http.R b/tests/testthat/test-http.R index 6827b7c8..3bafc9e3 100644 --- a/tests/testthat/test-http.R +++ b/tests/testthat/test-http.R @@ -16,7 +16,7 @@ input <- tempfile(fileext = ".rds") datafile <- tempfile("rsconnect-tmp") # Configure the test service we'll be connecting to -port <- 4072L +port <- 14072L service <- list( protocol = "http", host = "localhost",