Skip to content

Commit

Permalink
Update the tests to work with latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jan 28, 2016
1 parent 4fdec69 commit 100a539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kinto_client/tests/test_client.py
Expand Up @@ -95,7 +95,7 @@ def test_patch_is_issued_on_update(self):
data={'foo': 'bar', 'last_modified': '1234'},
permissions={'read': ['natim']})
self.session.request.assert_called_with(
'put',
'patch',
'/buckets/testbucket',
data={'foo': 'bar'},
permissions={'read': ['natim']},
Expand Down
1 change: 1 addition & 0 deletions kinto_client/tests/test_replication.py
Expand Up @@ -82,6 +82,7 @@ def test_logger_outputs_replication_information(self, logger):
bucket="buck",
collection="coll"
)
destination._server_settings = {'batch_max_requests': 15}
replicate(origin, destination)
msg = ("Replication from <KintoClient http://origin/v1/buckets/buck/"
"collections/coll> to <KintoClient http://destination/v1/"
Expand Down

0 comments on commit 100a539

Please sign in to comment.