Browse Source

Remove trailing , for php 7.2

othercorey 5 years ago
parent
commit
e83d4dc0bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Http/Client/Auth/OauthTest.php

+ 1 - 1
tests/TestCase/Http/Client/Auth/OauthTest.php

@@ -292,7 +292,7 @@ shqoyFXJvizZzje7HaTQv/eJTuA6rUOzu/sAv/eBx2YAPkA8oa3qUw==
             [
                 'Content-Type' => 'application/xml',
             ],
-            '<xml>stuff</xml>',
+            '<xml>stuff</xml>'
         );
 
         $auth = new Oauth();