19704: Update call signature of test fake.
authorTom Clegg <tom@curii.com>
Thu, 15 Dec 2022 15:56:03 +0000 (10:56 -0500)
committerTom Clegg <tom@curii.com>
Thu, 15 Dec 2022 15:56:03 +0000 (10:56 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

sdk/R/tests/testthat/fakes/FakeRESTService.R

index a91da04fd1295edf5332b54b61da47ab2ea4687d..095392661afc014ae438b4903e5b99026ee68fa8 100644 (file)
@@ -143,7 +143,7 @@ FakeRESTService <- R6::R6Class(
             self$returnContent
         },
 
-        getCollectionContent = function(uuid)
+        getCollectionContent = function(uuid, relativePath = NULL)
         {
             self$getCollectionContentCallCount <- self$getCollectionContentCallCount + 1
             self$collectionContent