mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-22 14:53:57 +01:00
7 lines
214 B
R
7 lines
214 B
R
context('API error handling')
|
|
|
|
test_that('unavailable API yields informative error message', {
|
|
expect_error({
|
|
osem_boxes(endpoint = 'example.zip')
|
|
}, 'The API at example.zip is currently not available')
|
|
})
|