update
This commit is contained in:
parent
be11f5b013
commit
b1b367ca33
45 changed files with 24 additions and 1976 deletions
|
|
@ -28,7 +28,6 @@ func TestGetNotifications(t *testing.T) {
|
|||
return
|
||||
}
|
||||
http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
|
||||
return
|
||||
}))
|
||||
defer ts.Close()
|
||||
|
||||
|
|
@ -76,7 +75,6 @@ func TestPushSubscription(t *testing.T) {
|
|||
return
|
||||
}
|
||||
http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
|
||||
return
|
||||
}))
|
||||
defer ts.Close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue