From 2de118bc1c09ed2f5f7e04e4407cfac6f9c7f533 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Wed, 2 Dec 2020 12:54:22 +0545 Subject: [PATCH] relax expected Location regex --- .../apiWebdavUploadTUS/lowLevelCreationExtension.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/apiWebdavUploadTUS/lowLevelCreationExtension.feature b/tests/acceptance/features/apiWebdavUploadTUS/lowLevelCreationExtension.feature index 2644ee898974..cbbdf7cb00fc 100644 --- a/tests/acceptance/features/apiWebdavUploadTUS/lowLevelCreationExtension.feature +++ b/tests/acceptance/features/apiWebdavUploadTUS/lowLevelCreationExtension.feature @@ -12,8 +12,8 @@ Feature: low level tests of the creation extension see https://tus.io/protocols/ | Tus-Resumable | 1.0.0 | Then the HTTP status code should be "201" And the following headers should match these regular expressions - | Tus-Resumable | /1\.0\.0/ | - | Location | /%base_url%\/[a-zA-Z0-9_\-\.]{1,300}/ | + | Tus-Resumable | /1\.0\.0/ | + | Location | /http[s]?:\/\/.*:\d+\/data\/.*/ | Examples: | dav_version | | old |