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 16:49:04 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-11-19 16:49:04 +0300
commitb67bb0dc9cdd08e638bef20842b55a90ec75f8b9 (patch)
tree2595c0e4a124babbb01d003b156d6cf259c37182 /tests
parent940fbe4fddddfc4094ef19586c5835f6d848f436 (diff)
Fix the path
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"