Skip to content

Commit

Permalink
Fix test bug missing from #799
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Oct 18, 2019
1 parent 864f0c5 commit 6817d8c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/driver/runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2034,10 +2034,7 @@ def test_restore_snapshot(self, es):
snapshot="snapshot-001",
body=None,
wait_for_completion=True,
params={
"request_timeout": 7200,
"retries": 0
})
params={"request_timeout": 7200})

@mock.patch("elasticsearch.Elasticsearch")
def test_restore_snapshot_with_body(self, es):
Expand Down

0 comments on commit 6817d8c

Please sign in to comment.