Fix invalid test case code
authorJee Hyeok Kim <jihyeok13.kim@samsung.com>
Wed, 24 May 2017 02:33:19 +0000 (11:33 +0900)
committerJee Hyeok Kim <jihyeok13.kim@samsung.com>
Wed, 24 May 2017 05:03:42 +0000 (05:03 +0000)
1. Fix test case regarding changed framework

Change-Id: I13eadf1143e7118ba6d55416aa14d5c6838455c3
Signed-off-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/20355

cloud/account/src/test/java/org/iotivity/cloud/accountserver/resources/account/AccountResourceTest.java

index 06b8fbe6b234b2f21a43bc646fa8434e605e23ff..43ec371b7cddd20d176f25287d35c1fceea8a2c8 100644 (file)
@@ -66,7 +66,7 @@ public class AccountResourceTest {
     private static final String            REGISTER_URI              = Constants.ACCOUNT_FULL_URI;
     private static final String            GROUP_URI                 = Constants.GROUP_FULL_URI;
     private static final String            DEVICE_ID                 = "DEVICE";
-    private String                         mAuthProvider             = "Github";
+    private String                         mAuthProvider             = "github";
     private String                         mAuthCode                 = "3af038b49edc4ebdc45c";
     private CoapDevice                     mMockDevice               = mock(
             CoapDevice.class);