We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d534e3e commit 38a5c1bCopy full SHA for 38a5c1b
tests/testthat/test-endpoints.R
@@ -43,8 +43,8 @@ test_that("basic_epidata_call", {
43
) %>% request_url())
44
expect_no_error(pvt_dengue_sensors(
45
auth = "yourkey",
46
- names = "?",
47
- locations = "?",
+ names = "ght",
+ locations = "ag",
48
epiweeks = epirange(201501, 202001),
49
fetch_args = fetch_args_list(dry_run = TRUE)
50
@@ -80,7 +80,7 @@ test_that("basic_epidata_call", {
80
81
locations = "ca",
82
epiweeks = epirange(201201, 202001),
83
- query = "?",
+ query = "how to get over the flu",
84
85
86
expect_no_error(pub_kcdc_ili(
0 commit comments