diff --git a/tests/modules/saml/lib/Controller/DiscoTest.php b/tests/modules/saml/lib/Controller/DiscoTest.php
index a5311d3f8cbd12f35bd2078f1ae630f75b82b98c..4f60b3512e0df94bc3155ee75688d832b738696b 100644
--- a/tests/modules/saml/lib/Controller/DiscoTest.php
+++ b/tests/modules/saml/lib/Controller/DiscoTest.php
@@ -6,7 +6,7 @@ namespace SimpleSAML\Test\Module\saml\Controller;
 
 use PHPUnit\Framework\TestCase;
 use SimpleSAML\Configuration;
-use SimpleSAML\Http\RunnableResponse;
+use SimpleSAML\HTTP\RunnableResponse;
 use SimpleSAML\Module\saml\Controller;
 use Symfony\Component\HttpFoundation\Request;
 
diff --git a/tests/modules/saml/lib/Controller/ProxyTest.php b/tests/modules/saml/lib/Controller/ProxyTest.php
index 7ebfdf4ad1803b9d401e961964c69295ddfc4711..66a59590679a79355a95c0c931471e6bd96c350a 100644
--- a/tests/modules/saml/lib/Controller/ProxyTest.php
+++ b/tests/modules/saml/lib/Controller/ProxyTest.php
@@ -8,7 +8,7 @@ use PHPUnit\Framework\TestCase;
 use SimpleSAML\Auth;
 use SimpleSAML\Configuration;
 use SimpleSAML\Error;
-use SimpleSAML\Http\RunnableResponse;
+use SimpleSAML\HTTP\RunnableResponse;
 use SimpleSAML\Module\saml\Controller;
 use SimpleSAML\Module\saml\Error\NoAvailableIDP;
 use SimpleSAML\XHTML\Template;
diff --git a/tests/modules/saml/lib/Controller/ServiceProviderTest.php b/tests/modules/saml/lib/Controller/ServiceProviderTest.php
index dd9b130f3a88a84cdd3cca818cd8602108847e99..d31deab11f2ed00efb66b89e92cc4a67a95abc84 100644
--- a/tests/modules/saml/lib/Controller/ServiceProviderTest.php
+++ b/tests/modules/saml/lib/Controller/ServiceProviderTest.php
@@ -9,7 +9,7 @@ use PHPUnit\Framework\TestCase;
 use SimpleSAML\Auth;
 use SimpleSAML\Configuration;
 use SimpleSAML\Error;
-use SimpleSAML\Http\RunnableResponse;
+use SimpleSAML\HTTP\RunnableResponse;
 use SimpleSAML\Module\saml\Controller;
 use SimpleSAML\Session;
 use SimpleSAML\Utils;