Skip to content

Commit

Permalink
Test in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Jun 18, 2024
1 parent 9f752a0 commit a99f21b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-capture-requests.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ test_that("We can record a series of requests (a few ways)", {
"httpbin.org/status/418.R" # Not 200 response, so .R
)
# But since we don't use httpbin anymore, they're in the localhost-port dir
skip_on_os("windows") # TODO: remove after #42 is fixed
expected_files <- sub("httpbin.org", httpbin_mock_url, expected_files)
expect_identical(sort(dir(d, recursive = TRUE)), expected_files)

Expand Down

0 comments on commit a99f21b

Please sign in to comment.