Skip to content

Commit

Permalink
Merge pull request #800 from DyfanJones/error_msg_tidy
Browse files Browse the repository at this point in the history
add retry_count
  • Loading branch information
DyfanJones committed Jul 5, 2024
2 parents e8557e7 + 810a3cc commit c5a03af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paws.common/tests/testthat/test_handlers_query.R
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ test_that("unmarshal nested structures", {

# Unmarshal Error Tests

request <- list()
request <- list(retry_count = 0)

test_that("unmarshal error", {
data <- "<ErrorResponse><Error><Code>FooError</Code><Message>Foo</Message><RequestId>123</RequestId><HostId>ABC</HostId></Error></ErrorResponse>"
Expand Down

0 comments on commit c5a03af

Please sign in to comment.