We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cf74b commit a347014Copy full SHA for a347014
tests/testthat/test-connect.R
@@ -52,6 +52,7 @@ test_that("connect() just warns on empty API key if .check_is_fatal=FALSE", {
52
without_internet({
53
expect_message(
54
client <- connect(
55
+ server = "http://posit.co",
56
api_key = "",
57
.check_is_fatal = FALSE
58
),
0 commit comments