Skip to content

Commit

Permalink
Remove test due to Socrata change in API field formats
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklucius committed Apr 18, 2019
1 parent bcc9164 commit 35e16bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/testthat/test-all.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@ test_that("readSoQL", {
expect_equal(1, ncol(df), label="columns")
})

test_that("readSoQLColumnNotFound (will fail)", {
# SoQL API uses field names, not human names
expect_error(read.socrata('http://soda.demo.socrata.com/resource/4334-bgaj.csv?$select=Region'))
})

test_that("URL is private (Unauthorized) (will fail)", {
expect_error(read.socrata('http://data.cityofchicago.org/resource/j8vp-2qpg.json'))
})
Expand Down

0 comments on commit 35e16bd

Please sign in to comment.