Skip to content

Commit

Permalink
[FIX] Tried to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisBurger committed Aug 15, 2024
1 parent f47241e commit 8a02a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/kotlin/de/immowealth/service/RenterServiceTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class RenterServiceTest() : AbstractServiceTest() {
@Test
@Order(4)
fun testCreateRenterAsUnknownUser() {
println("HALLOOOOOO " + objectId)
val obj = this.realEstateRepository.findById(objectId)
this.loginAsUser("unknown")
assertThrows(UnauthorizedException::class.java) {
Expand Down

0 comments on commit 8a02a34

Please sign in to comment.