Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/notifications.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/features/notifications.feature b/tests/integration/features/notifications.feature
index cd16332..08b669a 100644
--- a/tests/integration/features/notifications.feature
+++ b/tests/integration/features/notifications.feature
@@ -5,7 +5,7 @@ Feature: notifications
Scenario: Read notifications without Notifiers
Given user "test1" exists
Given As an "test1"
- When sending "GET" to "/apps/notifications/v1/notifications"
+ When sending "GET" to "/apps/notifications/api/v1/notifications"
# "204 No Content" - Because there is no notifier
Then the HTTP status code should be "204"