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

fix(certs): limit=0 is invalid in DRF 3.4 #272

Merged
merged 1 commit into from
Jul 26, 2016
Merged

Conversation

helgi
Copy link
Contributor

@helgi helgi commented Jul 24, 2016

@helgi helgi added this to the v2.3 milestone Jul 24, 2016
@helgi helgi self-assigned this Jul 24, 2016
@deis-bot
Copy link

@krancour, @vdice and @Joshua-Anderson are potential reviewers of this pull request based on my analysis of git blame information. Thanks @helgi!

// https://github.com/tomchristie/django-rest-framework/pull/4194
sess, err := cmd.Start("deis certs:list --limit=0", &user)
Eventually(sess).Should(Say(randCertRegExp))
Eventually(sess).Should(Say(randCertRegExp))
Copy link
Contributor

Choose a reason for hiding this comment

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

this is same as the line above....is it intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, because it is replacing no cert with matching 2 certs

@kmala kmala added the LGTM2 label Jul 26, 2016
@helgi helgi merged commit 81d2b38 into deis:master Jul 26, 2016
@helgi helgi deleted the drf_3.4 branch July 26, 2016 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants