feat: remove webhook subcription by url (#194)

* feat: added webhook unsubscription
* test: adding unsubscribe tests
This commit is contained in:
yse
2024-02-29 09:59:09 +01:00
committed by GitHub
parent ed6fd76b31
commit 11f35cbab1
9 changed files with 356 additions and 21 deletions

View File

@@ -185,6 +185,10 @@ var allTestCases = []*testCase{
name: "testOfflineNotificationZeroConfChannel",
test: testOfflineNotificationZeroConfChannel,
},
{
name: "testNotificationsUnsubscribe",
test: testNotificationsUnsubscribe,
},
{
name: "testLsps0GetProtocolVersions",
test: testLsps0GetProtocolVersions,