Skip to content

Commit

Permalink
check if a different HTTP port avoids macOS CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
aronatkins committed Jan 9, 2023
1 parent 4236955 commit 4f5c2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-http.R
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4f5c2e5

Please sign in to comment.