Skip to content

Commit

Permalink
remove failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcastilloavant committed Jun 6, 2016
1 parent 4686a5d commit 129ab88
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/testthat/test-api_calls.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ with_mock(
`httr::DELETE` = function(...) NULL,
`httr::add_headers` = function(Authorization) paste0("Authorization is ", Authorization), {

test_that("Circle catches test failures", {
expect_equal(1,2)
})
test_that("login_api_call passes url to httr::POST", {
with_mock(`httr::POST` = function(url) {
identical(url,"https://fake.looker.com:111/api/3.0/login?client_id=FAKE_ID&client_secret=FAKE_SECRET")
Expand Down

0 comments on commit 129ab88

Please sign in to comment.