Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

When using the ETag the collection signature is incorrect. #111

Merged
merged 1 commit into from
Aug 4, 2016

Conversation

Natim
Copy link
Member

@Natim Natim commented Jul 27, 2016

Needs Kinto/kinto-http.py#80 to run.

@@ -24,8 +24,8 @@ def main(args=None):
dest_col = client.get_collection()

# 2. Grab records
records = client.get_records(_sort='-last_modified')
collection_timestamp = '%s' % records[0]['last_modified']
records, etag = client.get_records(_sort='-last_modified', with_etag=True)
Copy link
Contributor

Choose a reason for hiding this comment

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

@Natim
Copy link
Member Author

Natim commented Aug 4, 2016

Refs: Kinto/kinto-http.py#81

@Natim Natim merged commit 2fcc562 into master Aug 4, 2016
@Natim Natim deleted the reproduce-prod-error branch August 4, 2016 14:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants