File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ import (
19
19
"github.com/coder/coder/v2/codersdk"
20
20
)
21
21
22
- const validEndpointAuthKey = "zqbxT6JKstKSY9JKibZLSQ=="
23
- const validEndpointP256dhKey = "BNNL5ZaTfK81qhXOx23+wewhigUeFb632jN6LvRWCFH1ubQr77FE/9qV1FuojuRmHP42zmf34rXgW80OvUVDgTk="
22
+ const (
23
+ validEndpointAuthKey = "zqbxT6JKstKSY9JKibZLSQ=="
24
+ validEndpointP256dhKey = "BNNL5ZaTfK81qhXOx23+wewhigUeFb632jN6LvRWCFH1ubQr77FE/9qV1FuojuRmHP42zmf34rXgW80OvUVDgTk="
25
+ )
24
26
25
27
func TestPush (t * testing.T ) {
26
28
t .Parallel ()
Original file line number Diff line number Diff line change @@ -378,8 +378,10 @@ func TestNotificationTest(t *testing.T) {
378
378
})
379
379
}
380
380
381
- const validEndpointAuthKey = "zqbxT6JKstKSY9JKibZLSQ=="
382
- const validEndpointP256dhKey = "BNNL5ZaTfK81qhXOx23+wewhigUeFb632jN6LvRWCFH1ubQr77FE/9qV1FuojuRmHP42zmf34rXgW80OvUVDgTk="
381
+ const (
382
+ validEndpointAuthKey = "zqbxT6JKstKSY9JKibZLSQ=="
383
+ validEndpointP256dhKey = "BNNL5ZaTfK81qhXOx23+wewhigUeFb632jN6LvRWCFH1ubQr77FE/9qV1FuojuRmHP42zmf34rXgW80OvUVDgTk="
384
+ )
383
385
384
386
func TestPushNotificationSubscription (t * testing.T ) {
385
387
t .Parallel ()
You can’t perform that action at this time.
0 commit comments