diff --git a/tests/lib/appconfig.php b/tests/lib/appconfig.php
index adff45706ccccb863ca856c1df179b3e48e5e159..5a2cb3f88fccdf3530e3b183e1abcd19893ad9e6 100644
--- a/tests/lib/appconfig.php
+++ b/tests/lib/appconfig.php
@@ -68,7 +68,6 @@ class Test_Appconfig extends \Test\TestCase {
 
 	public function getAppConfigs() {
 		return [
-			['\OC_Appconfig'],
 			[new \OC\AppConfig(\OC::$server->getDatabaseConnection())],
 		];
 	}