Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
fixed edit profile request builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Taz03 committed Nov 12, 2023
1 parent 9e337ab commit cc0d5b3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public void editProfileTest() throws Exception {
.setPhoneNumber(user.phoneNumber())
.setEmail(user.email())
.setBiography("JIA test bio [edit profile request]")
EditProfileRequest request = new EditProfileRequest(user.username(), "JIA", , "", false, user.phoneNumber(), user.email());
.build();

UserResponse response = client.sendRequest(request).get();

assertEquals("ok", response.getStatus());
Expand Down

0 comments on commit cc0d5b3

Please sign in to comment.