Skip to content

Commit

Permalink
Add TODO for test
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Sep 20, 2024
1 parent ed789bf commit c1ceb6f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class GroupManagementControllerTest(@Autowired private val client: GroupManageme
every { keycloakAdapter.getUsersWithName(any()) } returns listOf(UserRepresentation())
}

// TODO add test somewhere here

@Test
fun `GIVEN database preparation WHEN getting groups details THEN I get the default group with the default user`() {
val defaultGroupId = client.createNewGroup(group = DEFAULT_GROUP, jwt = jwtForDefaultUser)
Expand Down

0 comments on commit c1ceb6f

Please sign in to comment.