From 8b8dcca6c55cb8d7151826fcf86a8b6a25ca4dfb Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 25 Feb 2016 19:55:28 +0100 Subject: [PATCH] Fix typo --- build/integration/features/webdav-related.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature index 0d2cefa8b80..c4623a01ba2 100644 --- a/build/integration/features/webdav-related.feature +++ b/build/integration/features/webdav-related.feature @@ -62,7 +62,7 @@ Feature: sharing |X-XSS-Protection|1; mode=block| And Downloaded content should start with "Welcome to your ownCloud account!" - Scenario: Doing a GET with a web login should work without CSRF token on the nwe backend + Scenario: Doing a GET with a web login should work without CSRF token on the new backend Given Logging in using web as "admin" When Sending a "GET" to "/remote.php/dav/files/admin/welcome.txt" without requesttoken Then Downloaded content should start with "Welcome to your ownCloud account!"