From b67bb0dc9cdd08e638bef20842b55a90ec75f8b9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 19 Nov 2015 14:49:04 +0100 Subject: Fix the path --- tests/integration/features/notifications.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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" -- cgit v1.2.3