WIP: 2200: An active access token must be used
[facebook-errors] / src / test / java / de / juplo / facebook / errors / GraphApiExceptionTest.java
index 9d55e85..a164d89 100644 (file)
@@ -246,7 +246,7 @@ public class GraphApiExceptionTest
   }
 
   @Test
-  public void testError2200()
+  public void testError2500()
   {
     String str ="{\"error\":{\"message\":\"An active access token must be used to query information about the current user.\",\"type\":\"OAuthException\",\"code\":2500,\"fbtrace_id\":\"AUmMHJlVYvTbQrBT11Dk104\"}}";
     byte[] message = str.getBytes();