Skip to content

Commit a347014

Browse files
Add explicit server to test
1 parent 10cf74b commit a347014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-connect.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ test_that("connect() just warns on empty API key if .check_is_fatal=FALSE", {
5252
without_internet({
5353
expect_message(
5454
client <- connect(
55+
server = "http://posit.co",
5556
api_key = "",
5657
.check_is_fatal = FALSE
5758
),

0 commit comments

Comments
 (0)