From 4e060dc12725b23a6c65636d1715830c8a0791ee Mon Sep 17 00:00:00 2001 From: Lili Cosic Date: Tue, 22 Jun 2021 12:26:24 +0200 Subject: [PATCH] tests/e2e/ctl_v3_snapshot_test.go: Adjust version to 3.6.0 --- tests/e2e/ctl_v3_snapshot_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/ctl_v3_snapshot_test.go b/tests/e2e/ctl_v3_snapshot_test.go index 984269ba0..d692e6ec6 100644 --- a/tests/e2e/ctl_v3_snapshot_test.go +++ b/tests/e2e/ctl_v3_snapshot_test.go @@ -204,7 +204,7 @@ func testIssue6361(t *testing.T, etcdutl bool) { t.Log("etcdctl saving snapshot...") if err = spawnWithExpects(append(prefixArgs, "snapshot", "save", fpath), fmt.Sprintf("Snapshot saved at %s", fpath), - "Server version 3.5.0", + "Server version 3.6.0", ); err != nil { t.Fatal(err) }