Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stubbed nil values for the describe instance calls. #1

Merged
merged 1 commit into from
May 2, 2015

Conversation

trevorrowe
Copy link

The default stub returns non-empty strings for all possible string values. This causes the next token that trigger paging to appear like there is a next response. These changes allow the tests to pass.

I updated your stubs to use nil next tokens to avoid this issue. Please feel free to open this as an issue against aws/aws-sdk-ruby as this is a poor default experience.

The default stub returns non-empty strings for all possible string
values. This causes the next token that trigger paging to appear
like there is a next response.

I updated your stubbs to use nil next tokens to avoid this issue.
Please feel free to open this as an issue against aws/aws-sdk-ruby as
this is a poor default experience.
jkanywhere added a commit that referenced this pull request May 2, 2015
Fix broken tests by using `nil` next tokens to avoid erroneous paging.
@jkanywhere jkanywhere merged commit e94b0ee into jkanywhere:stub-example May 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants