Skip to content

Commit

Permalink
Remove unreliable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Jul 27, 2020
1 parent a26095a commit 33620e5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions notification_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"testing"
)

var notificationAssemblyID string

func TestListNotifications(t *testing.T) {
client := setup(t)

Expand All @@ -27,15 +25,4 @@ func TestListNotifications(t *testing.T) {
if notification.Notifications[0].ID == "" {
t.Fatal("wrong notification name")
}

notificationAssemblyID = notification.Notifications[0].AssemblyID
}

func TestReplayNotification(t *testing.T) {
client := setup(t)

err := client.ReplayNotification(ctx, notificationAssemblyID, "http://jsfiddle.net/echo/json/")
if err != nil {
t.Fatal(err)
}
}

0 comments on commit 33620e5

Please sign in to comment.