Skip to content

Commit

Permalink
WS
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 3, 2024
1 parent 796b460 commit 62b3b94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-resp-body.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ test_that("can retrieve parsed body when saved to a file", {
expect_s3_class(resp_body_xml(resp), "xml_document")
})


test_that("resp_body_json stores parsed result", {
resp <- request_test("/json") %>% req_perform()
json1 <- resp_body_json(resp)
Expand Down

0 comments on commit 62b3b94

Please sign in to comment.