mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-24 09:14:21 +01:00
feat: remove webhook subcription by url (#194)
* feat: added webhook unsubscription * test: adding unsubscribe tests
This commit is contained in:
@@ -185,6 +185,10 @@ var allTestCases = []*testCase{
|
||||
name: "testOfflineNotificationZeroConfChannel",
|
||||
test: testOfflineNotificationZeroConfChannel,
|
||||
},
|
||||
{
|
||||
name: "testNotificationsUnsubscribe",
|
||||
test: testNotificationsUnsubscribe,
|
||||
},
|
||||
{
|
||||
name: "testLsps0GetProtocolVersions",
|
||||
test: testLsps0GetProtocolVersions,
|
||||
|
||||
Reference in New Issue
Block a user