Skip to content

Commit e32f3d0

Browse files
committed
Fix permissions test
1 parent 5d1583b commit e32f3d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testthat/test_08_downloads.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,12 +404,12 @@ test_that("Data download returns informative errors/messages", {
404404
# No permission
405405
expect_error(
406406
nc_data_dl(
407-
collections = "ATOWLS",
407+
collections = "ABOWLS",
408408
username = "testuser",
409409
verbose = TRUE,
410410
info = "nc_test"
411411
),
412-
"No access to collection\\(s\\): ATOWLS"
412+
"No access to collection\\(s\\): ABOWLS"
413413
)
414414

415415
# No data

0 commit comments

Comments
 (0)