-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
Describe the bug
TADA_DataRetrieval test sometimes fails, meaning the service does not always return the same set of columns.
https://github.com/USEPA/EPATADA/actions/runs/13209601584/job/36880455644?pr=555
Look into why. Here is an example failure. Code to reproduce the behavior:
testfailure = TADA_DataRetrieval(startDate = "2023-10-24", endDate = "2023-10-27", statecode = "IL")
test_that("TADA_DataRetrieval", {
expect_true(all(
Filter(function(x) !any(grepl("TADA.", x)), require.cols) %in% names(testfailure)
))
})Expected behavior
The test, located in test-DataDiscoveryRetrieval.R on line 259-265 should always pass.
Metadata
Metadata
Assignees
Labels
No labels