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:
authorJoas Schilling <nickvergessen@owncloud.com>2015-11-19 12:01:22 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-11-19 12:14:51 +0300
commit940fbe4fddddfc4094ef19586c5835f6d848f436 (patch)
tree23f44c8f3b11c284b6d24ee05e5366ad50d46d10 /tests
parentbfb0166a2531eee4fdbfff9247cc37d6ee4e15fa (diff)
Change the OCS url to the known pattern
Diffstat (limited to 'tests')
-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"