Skip to content

Commit

Permalink
set admin update nonExistProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Sep 30, 2024
1 parent 1457a88 commit a3f1109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void testBasicPath() throws Exception {
.withRealname("real real name")
.withThumbnail("thumb thumb nail"))
.withProfile(UObject.fromJsonString(nonExistProfile));
USR1_CLIENT.updateUserProfile(new SetUserProfileParams().withProfile(nonExistP));
ADMIN_CLIENT.updateUserProfile(new SetUserProfileParams().withProfile(nonExistP));

List<UserProfile> profiles0 = CLIENT.getUserProfile(Arrays.asList("not_exist"));
assertEquals(1, profiles0.size());
Expand Down

0 comments on commit a3f1109

Please sign in to comment.