diff --git a/tests/lib/SimpleSAML/Store/RedisTest.php b/tests/lib/SimpleSAML/Store/RedisTest.php
index c893fa3a970e9249007b0233773b0dc6cd1a7b60..b855925a1235e4a15954e10ee1a3517196e4acbc 100644
--- a/tests/lib/SimpleSAML/Store/RedisTest.php
+++ b/tests/lib/SimpleSAML/Store/RedisTest.php
@@ -130,7 +130,7 @@ class RedisTest extends TestCase
 
         $this->assertInstanceOf(Store\Redis::class, $store);
 
-        $this->clearInstance($config, configuration::Class);
+        $this->clearInstance($config, Configuration::class);
         $this->clearInstance($store, Store::class);
     }