Skip to content

Commit

Permalink
handle CAS example
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 14, 2024
1 parent 93e5647 commit 451fe3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# History files
.Rhistory
.Rapp.history
.REnviron

# Example code in package build process
*-Ex.R
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_WCSClient_v2_0_with_CAS.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test_that("WCS 2.0.1 - CMEMS",{
if(FALSE){
wcs <- WCSClient$new(
url = "https://nrt.cmems-du.eu/motu-web/wcs",
user = "user", pwd = "*****", cas_url = "https://cmems-cas.cls.fr/cas",
user = Sys.getenv("CMEMS_USER"), pwd = Sys.getenv("CMEMS_PWD"), cas_url = "https://cmems-cas.cls.fr/cas",
serviceVersion = "2.0.1",
logger = "INFO"
)
Expand Down

0 comments on commit 451fe3a

Please sign in to comment.