Skip to content

Commit

Permalink
update integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
bhtibrewal committed Dec 30, 2023
1 parent eae68d5 commit 9ed6eb3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.RDS.skilltree.Skill.*;
import com.RDS.skilltree.User.*;
import com.RDS.skilltree.Endorsement.*;
import io.restassured.RestAssured;
import io.restassured.response.Response;
import org.junit.jupiter.api.*;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -39,7 +38,7 @@ public EndorsementsIntegrationTests(UserService userService, UserRepository user
private void addData() throws MalformedURLException {
user = userService.createUser(UserDRO.builder()
.role(UserRole.MEMBER)
.rdsUserId("p6Bo61VEClhtVdwW0ihg")
.rdsUserId("p6Bo61VEClhtVdwW0iha")
.lastName("Doe")
.firstName("John")
.imageUrl(new URL("https://res.cloudinary.com/realdevsquad/image/upload/v1666193594/profile/p6Bo61VEClhtVdwW0iGH/lezguwdq5bgzawa3.jpg"))
Expand All @@ -53,7 +52,6 @@ private void addData() throws MalformedURLException {
.build());
}


@Test
@Disabled
@DisplayName("Fetch all the endorsements")
Expand Down

0 comments on commit 9ed6eb3

Please sign in to comment.