summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/olivere/elastic.v5/snapshot_create_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/olivere/elastic.v5/snapshot_create_test.go')
-rw-r--r--vendor/gopkg.in/olivere/elastic.v5/snapshot_create_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gopkg.in/olivere/elastic.v5/snapshot_create_test.go b/vendor/gopkg.in/olivere/elastic.v5/snapshot_create_test.go
index d3fafc50d..74b009cfe 100644
--- a/vendor/gopkg.in/olivere/elastic.v5/snapshot_create_test.go
+++ b/vendor/gopkg.in/olivere/elastic.v5/snapshot_create_test.go
@@ -37,7 +37,7 @@ func TestSnapshotPutURL(t *testing.T) {
WaitForCompletion: true,
ExpectedPath: "/_snapshot/repo/snapshot_of_sunday",
ExpectedParams: url.Values{
- "pretty": []string{"1"},
+ "pretty": []string{"true"},
"master_timeout": []string{"60s"},
"wait_for_completion": []string{"true"},
},