Closed timcadman closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.3%. Comparing base (
453dd03
) to head (1675a1d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
To test
Specify URL, either using Armadillo running locally
url <- "http://localhost:8080/"
or use the demo server
url <- "https://armadillo-demo.molgenis.net/"
Get token and build login object:
Try to log in to a workspace that doesn't exist:
conns <- DSI::datashield.login(logins = logindata, restore = "workspace_does_not_exist")
Check that the following error message is received:
Error: Internal server error: Something went wrong while reading/writing in the storage
In addition: Run
devtools::check()