tests/e2e/ctl_v3_snapshot_test.go: Adjust version to 3.6.0

This commit is contained in:
Lili Cosic 2021-06-22 12:26:24 +02:00
parent b9d837183a
commit 4e060dc127

View File

@ -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)
}