fix(auth): update InternalAuthFilter to use @ApplicationScoped and add index-dependency configuration
Build & Test (NowChessSystems) TeamCity build failed
Build & Test (NowChessSystems) TeamCity build failed
This commit is contained in:
+3
-3
@@ -41,7 +41,7 @@ class InternalAuthFilterHttpTest:
|
||||
.body("{}")
|
||||
.when()
|
||||
.post("/api/board/game")
|
||||
.then()
|
||||
.`then`()
|
||||
.statusCode(401)
|
||||
|
||||
@Test
|
||||
@@ -53,7 +53,7 @@ class InternalAuthFilterHttpTest:
|
||||
.body("{}")
|
||||
.when()
|
||||
.post("/api/board/game")
|
||||
.then()
|
||||
.`then`()
|
||||
.statusCode(401)
|
||||
|
||||
@Test
|
||||
@@ -62,6 +62,6 @@ class InternalAuthFilterHttpTest:
|
||||
RestAssured.`given`()
|
||||
.when()
|
||||
.get("/api/board/game/nonexistent")
|
||||
.then()
|
||||
.`then`()
|
||||
.statusCode(404)
|
||||
// scalafix:on
|
||||
|
||||
Reference in New Issue
Block a user