diff --git a/webservice/tests/externallib_test.php b/webservice/tests/externallib_test.php index 5c809860edb59..6e99a23569b17 100644 --- a/webservice/tests/externallib_test.php +++ b/webservice/tests/externallib_test.php @@ -43,10 +43,6 @@ public function test_get_site_info() { $this->resetAfterTest(true); - // This is the info we are going to check - set_config('release', '2.4dev (Build: 20120823)'); - set_config('version', '2012083100.00'); - $maxbytes = 10485760; $userquota = 5242880; set_config('maxbytes', $maxbytes);