mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests/e2e/ctl_v3_snapshot_test.go: Adjust version to 3.6.0
This commit is contained in:
parent
b9d837183a
commit
4e060dc127
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user