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

Test fixes #287

Merged
merged 25 commits into from
Dec 25, 2017
Merged

Test fixes #287

merged 25 commits into from
Dec 25, 2017

Conversation

emilymye
Copy link
Contributor

These are a bunch of commits to get the tests into a better state - it seems like some are still flaky (running locally) but I wanted to get these initial fixes in.

@@ -43,7 +43,7 @@ def signature(params)
end
canonical_resource << params[:path].to_s
canonical_resource << "?"
for key in (params[:query] || {}).keys
(params[:query] || {}).keys.each do |key|

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use each_key instead of keys.each.

@icco icco merged commit cd57efc into fog:upgrade-google-client Dec 25, 2017
jakob-ml pushed a commit to MeisterLabs/fog-google that referenced this pull request Jan 10, 2018
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.

3 participants