Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikbuhl committed Jan 9, 2025
1 parent faa7aac commit 606c864
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test_gen_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ without_internet({
skip_on_cran()
skip_on_ci()

expect_GET(restatis:::gen_api(endpoint = "helloworld/whoami"),
expect_GET(restatis:::gen_api(endpoint = "helloworld/whoami",
database = "genesis"),
"https://www-genesis.destatis.de/genesisWS/rest/2020/helloworld/whoami")

})
Expand Down

0 comments on commit 606c864

Please sign in to comment.