Fix test json property name
This commit is contained in:
parent
bade3895da
commit
e9f28b9c6e
5 changed files with 31 additions and 31 deletions
|
@ -18,13 +18,13 @@ func TestStreamingPublic(t *testing.T) {
|
|||
f, _ := w.(http.Flusher)
|
||||
fmt.Fprintln(w, `
|
||||
event: update
|
||||
data: {"Content": "foo"}
|
||||
data: {"content": "foo"}
|
||||
`)
|
||||
f.Flush()
|
||||
|
||||
fmt.Fprintln(w, `
|
||||
event: update
|
||||
data: {"Content": "bar"}
|
||||
data: {"content": "bar"}
|
||||
`)
|
||||
f.Flush()
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue