mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
rafthttp: fix typo in test comment
This commit is contained in:
parent
e7f50d8444
commit
96d82b40fb
@ -254,7 +254,7 @@ func TestServeRaftStreamPrefixBad(t *testing.T) {
|
|||||||
"1",
|
"1",
|
||||||
http.StatusNotFound,
|
http.StatusNotFound,
|
||||||
},
|
},
|
||||||
// non-existant peer
|
// non-existent peer
|
||||||
{
|
{
|
||||||
"GET",
|
"GET",
|
||||||
RaftStreamPrefix + "/message/2",
|
RaftStreamPrefix + "/message/2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user