Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Mar 4, 2024
1 parent 2f95592 commit eeb837b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-zzz-location-http.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe("http location integration tests", {
)

## Trigger the error directly:
cl <- outpack_http_client$new(url)
cl <- outpack_http_client$new(url, NULL)
err <- expect_error(cl$post(sprintf("/packet/%s", hash), meta,
httr::content_type("text/plain")),
"Expected hash '.+' but found '.+'")
Expand Down

0 comments on commit eeb837b

Please sign in to comment.