Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MacaronFR committed Jul 14, 2024
1 parent 33a819f commit 224e8f7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class AuthenticationTest : IntegrationSpec({
)
)
}.apply {
status shouldBe HttpStatusCode.Forbidden
status shouldBe HttpStatusCode.Unauthorized
}
}
}
Expand All @@ -214,7 +214,7 @@ class AuthenticationTest : IntegrationSpec({
)
)
}.apply {
status shouldBe HttpStatusCode.Forbidden
status shouldBe HttpStatusCode.Unauthorized
}
}
}
Expand All @@ -237,7 +237,7 @@ class AuthenticationTest : IntegrationSpec({
)
)
}.apply {
status shouldBe HttpStatusCode.Forbidden
status shouldBe HttpStatusCode.Unauthorized
}
}
}
Expand All @@ -260,7 +260,7 @@ class AuthenticationTest : IntegrationSpec({
)
)
}.apply {
status shouldBe HttpStatusCode.Forbidden
status shouldBe HttpStatusCode.Unauthorized
}
}
}
Expand Down

0 comments on commit 224e8f7

Please sign in to comment.