Skip to content

Commit 38a5c1b

Browse files
committed
fill in ? for private endpoints
1 parent d534e3e commit 38a5c1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testthat/test-endpoints.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ test_that("basic_epidata_call", {
4343
) %>% request_url())
4444
expect_no_error(pvt_dengue_sensors(
4545
auth = "yourkey",
46-
names = "?",
47-
locations = "?",
46+
names = "ght",
47+
locations = "ag",
4848
epiweeks = epirange(201501, 202001),
4949
fetch_args = fetch_args_list(dry_run = TRUE)
5050
) %>% request_url())
@@ -80,7 +80,7 @@ test_that("basic_epidata_call", {
8080
auth = "yourkey",
8181
locations = "ca",
8282
epiweeks = epirange(201201, 202001),
83-
query = "?",
83+
query = "how to get over the flu",
8484
fetch_args = fetch_args_list(dry_run = TRUE)
8585
) %>% request_url())
8686
expect_no_error(pub_kcdc_ili(

0 commit comments

Comments
 (0)