From 940fbe4fddddfc4094ef19586c5835f6d848f436 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 19 Nov 2015 10:01:22 +0100 Subject: Change the OCS url to the known pattern --- tests/integration/features/notifications.feature | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tests') 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" -- cgit v1.2.3