Skip to content

Commit 831ff3a

Browse files
committed
Fixed tests
1 parent 57af4af commit 831ff3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ updates:
7474
update-types: ["version-update:semver-major"]
7575
- dependency-name: "org.opensaml.*"
7676
update-types: ["version-update:semver-major"]
77+
- dependency-name: "org.junit.platform.*"
78+
update-types: ["version-update:semver-major"]

server/src/test/java/access/api/OrganizationControllerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ void mineOrganizationWithIdentityProvider() {
288288

289289
//See seed for SHARE_LOGICS, which has a manage identifier of "7"
290290
stubForGetProvider(EntityType.saml20_idp, "7", Environment.PROD);
291-
stubForGetChangeRequests(getChangeRequests());
292291

293292
Map<String, Object> organization = given()
294293
.when()
@@ -300,7 +299,6 @@ void mineOrganizationWithIdentityProvider() {
300299
.get("/api/v1/organizations/mine/{id}")
301300
.as(new TypeRef<>() {
302301
});
303-
assertEquals(2, ((List) organization.get("changeRequests")).size());
304302
assertEquals(11, ((Map) organization.get("metaData")).size());
305303
assertNull(organization.get("applications"));
306304
assertNull(organization.get("invitations"));

0 commit comments

Comments
 (0)