mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #5588 from purpleidea/fix/test-typo
e2e: tests: fix small typo
This commit is contained in:
commit
3e057129e2
@ -232,7 +232,7 @@ func TestCtlV2RoleList(t *testing.T) {
|
||||
func TestCtlV2Backup(t *testing.T) { // For https://github.com/coreos/etcd/issues/5360
|
||||
defer testutil.AfterTest(t)
|
||||
|
||||
backupDir, err := ioutil.TempDir("", "testbakcup0.etcd")
|
||||
backupDir, err := ioutil.TempDir("", "testbackup0.etcd")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user