diff --git a/tests/modules/saml/lib/Controller/MetadataTest.php b/tests/modules/saml/lib/Controller/MetadataTest.php
index b3ff10198c0eb65ef8c16a4e81318a1908636d8a..bbf45173c84c52e0c2a2f009eb41300b09dfe1ab 100644
--- a/tests/modules/saml/lib/Controller/MetadataTest.php
+++ b/tests/modules/saml/lib/Controller/MetadataTest.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 SimpleSAML\Session;
 use SimpleSAML\Utils;