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
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/features/notifications.feature')
-rw-r--r--tests/integration/features/notifications.feature7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/integration/features/notifications.feature b/tests/integration/features/notifications.feature
index bf456e6..cd16332 100644
--- a/tests/integration/features/notifications.feature
+++ b/tests/integration/features/notifications.feature
@@ -1,12 +1,11 @@
Feature: notifications
Background:
- Given using api version "1"
+ Given using api version "2"
Scenario: Read notifications without Notifiers
Given user "test1" exists
Given As an "test1"
- When sending "GET" to "/notifications/v1"
- Then the HTTP status code should be "200"
+ When sending "GET" to "/apps/notifications/v1/notifications"
# "204 No Content" - Because there is no notifier
- And the OCS status code should be "204"
+ Then the HTTP status code should be "204"