mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdhttp: fix typo in test comment
This commit is contained in:
parent
915f8f4822
commit
0f7add9722
@ -786,7 +786,7 @@ func TestServeMembersFail(t *testing.T) {
|
||||
http.StatusInternalServerError,
|
||||
},
|
||||
{
|
||||
// etcdserver.RemoveMember error with preivously removed ID
|
||||
// etcdserver.RemoveMember error with previously removed ID
|
||||
&http.Request{
|
||||
URL: mustNewURL(t, path.Join(membersPrefix, "0")),
|
||||
Method: "DELETE",
|
||||
|
Loading…
x
Reference in New Issue
Block a user