Replaced call to non-existent method execute in RESTService class with
[arvados.git] / sdk / R / tests / testthat / fakes / FakeHttpRequest.R
index 533602886ab09e0d34a49e2829acaf73a9051baa..c4dbc669ce9f746f2051dff2c79b654e40797200 100644 (file)
@@ -56,8 +56,8 @@ FakeHttpRequest <- R6::R6Class(
             self$serverMaxElementsPerRequest <- 5
         },
 
-        execute = function(verb, url, headers = NULL, body = NULL, query = NULL,
-                           limit = NULL, offset = NULL, retryTimes = 0)
+        exec = function(verb, url, headers = NULL, body = NULL, query = NULL,
+                        limit = NULL, offset = NULL, retryTimes = 0)
         {
             private$validateURL(url)
             private$validateHeaders(headers)