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

bug: ensure "extra" data added to Hawk header in e2e tests #1003

Merged
merged 2 commits into from
Feb 10, 2021

Conversation

jrconlin
Copy link
Member

@jrconlin jrconlin commented Feb 9, 2021

Description

Make sure that the "extra" data passed to `

Testing

Code added to testing routines.

Issue(s)

Closes #1002.

@jrconlin jrconlin requested a review from a team February 9, 2021 20:58
@@ -885,7 +885,7 @@ def test_weird_args(self):
# trying weird args and make sure the server returns 400s
# Note: "Offset" is a string since the bsoid could be anything.
# skipping that for now.
args = ('newer', 'older', 'limit', 'offset')
args = ('newer', 'older', 'limit')
Copy link
Member

Choose a reason for hiding this comment

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

do we wanna hold off on this until later (pagination)?

@jrconlin jrconlin merged commit 8c280cc into master Feb 10, 2021
@jrconlin jrconlin deleted the bug/1002-extra branch February 10, 2021 01:26
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.

Ensure "extra" data is applied to the HAWK header in tests.
2 participants