diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-11-20 12:10:06 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-11-20 13:10:35 +0100 |
commit | 847bd0f05b5e12b6f6fc8e0b7de67dbf0006921b (patch) | |
tree | f7753954ab8d43ebba9b671dc382687360c0cbff /build/integration/sharing_features/sharing-v1-part3.feature | |
parent | c4ef32f4f0e364ec457e193d094a92696858d572 (diff) | |
download | nextcloud-server-847bd0f05b5e12b6f6fc8e0b7de67dbf0006921b.tar.gz nextcloud-server-847bd0f05b5e12b6f6fc8e0b7de67dbf0006921b.zip |
Remove extra spaces at the end of lines
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'build/integration/sharing_features/sharing-v1-part3.feature')
-rw-r--r-- | build/integration/sharing_features/sharing-v1-part3.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/sharing_features/sharing-v1-part3.feature b/build/integration/sharing_features/sharing-v1-part3.feature index 4a02e89a671..736b542dd82 100644 --- a/build/integration/sharing_features/sharing-v1-part3.feature +++ b/build/integration/sharing_features/sharing-v1-part3.feature @@ -143,11 +143,11 @@ Feature: sharing And Deleting last share Then the OCS status code should be "100" And the HTTP status code should be "200" - And Getting info of last share + And Getting info of last share And the OCS status code should be "404" And the HTTP status code should be "200" And As an "user1" - And Getting info of last share + And Getting info of last share And the OCS status code should be "404" And the HTTP status code should be "200" |