tests/testthat/test-call_api.R

context("Rate limit")

test_that("Call API", {
  expect_identical(status_code(mock_method()), 200L)
  expect_identical(status_code(mock_method()), 429L)
  expect_identical(status_code(call_api(mock_method, list())), 200L)
  expect_identical(status_code(mock_method()), 429L)
})
GIScience/openrouteservice-r documentation built on Feb. 11, 2025, 1:28 p.m.