Skip to content

Commit

Permalink
Merge pull request #809 from DyfanJones/host_prefix
Browse files Browse the repository at this point in the history
update expected operation
  • Loading branch information
DyfanJones committed Jul 19, 2024
2 parents 304843a + 0c59cb0 commit 2e5ea96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make.paws/tests/testthat/test_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,13 @@ test_that("make_operation", {
name = \"Operation\",
http_method = \"POST\",
http_path = \"/abc\",
host_prefix = \"\",
paginator = list()
)
input <- .api$operation_input(Input1 = Input1, Input2 = Input2, Input3 = Input3)
output <- .api$operation_output()
config <- get_config()
svc <- .api$service(config)
svc <- .api$service(config, op)
request <- new_request(svc, op, input, output)
response <- send_request(request)
return(response)
Expand Down

0 comments on commit 2e5ea96

Please sign in to comment.