diff --git a/tests/modules/core/lib/Auth/Process/AttributeCopyTest.php b/tests/modules/core/lib/Auth/Process/AttributeCopyTest.php
index 29e696400417a31d7e0b4631e3fb946c9db80ce8..c02fcfbb3234b2f37ee0f9fecaf72f17c1245025 100644
--- a/tests/modules/core/lib/Auth/Process/AttributeCopyTest.php
+++ b/tests/modules/core/lib/Auth/Process/AttributeCopyTest.php
@@ -132,7 +132,7 @@ class Test_Core_Auth_Process_AttributeCopy extends PHPUnit_Framework_TestCase
         );
         $request = array(
             'Attributes' => array(
-                'test' => array('value1'),
+                'test' => 100,
             ),
         );
         $result = self::processFilter($config, $request);