diff --git a/gaurun/notification_test.go b/gaurun/notification_test.go index 74c033f..91aa7b1 100644 --- a/gaurun/notification_test.go +++ b/gaurun/notification_test.go @@ -78,4 +78,3 @@ func TestSendResponse(t *testing.T) { assert.Nil(t, err) assert.Equal(t, string(body), "{\"message\":\"valid message\"}\n") } -