From 5b0988f307fc2fa36de79f835b8ca1a7cc92404c Mon Sep 17 00:00:00 2001 From: David Christofas Date: Fri, 29 Apr 2022 15:35:00 +0200 Subject: [PATCH] fix local api test URL decode href before comparing with a given string --- tests/acceptance/features/bootstrap/SpacesContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/bootstrap/SpacesContext.php b/tests/acceptance/features/bootstrap/SpacesContext.php index 82304673c4..a31f5666b4 100644 --- a/tests/acceptance/features/bootstrap/SpacesContext.php +++ b/tests/acceptance/features/bootstrap/SpacesContext.php @@ -349,7 +349,7 @@ class SpacesContext implements Context { /** * The method first disables and then deletes spaces * @param string $driveType - * + * * @return void * * @throws Exception