Skip to content

Commit

Permalink
tests/e2e/ctl_v3_snapshot_test.go: Adjust version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lilic committed Jun 22, 2021
1 parent b9d8371 commit 4e060dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/ctl_v3_snapshot_test.go
Expand Up @@ -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)
}
Expand Down

0 comments on commit 4e060dc

Please sign in to comment.