Skip to content

Commit

Permalink
Merge pull request #130 from hadley/dev-httr2
Browse files Browse the repository at this point in the history
Fix for dev httr2
  • Loading branch information
edgararuiz authored Jan 8, 2025
2 parents ade3e10 + 989bb09 commit ef9c239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-backend-databricks.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test_that("Submit method works", {
test_that("Completion function works", {
withr::with_envvar(
new = c(
"DATABRICKS_HOST" = "test",
"DATABRICKS_HOST" = "http://test",
"DATABRICKS_TOKEN" = "test"
),
{
Expand Down

0 comments on commit ef9c239

Please sign in to comment.