fix(official-bots): auto-register official bots with account service #60
+2
-1
@@ -163,7 +163,8 @@ class AccountResourceTest:
|
||||
.post("/api/account/official-bots/sync")
|
||||
.`then`()
|
||||
.statusCode(204)
|
||||
RestAssured.`given`()
|
||||
RestAssured
|
||||
.`given`()
|
||||
.when()
|
||||
.get("/api/account/official-bots")
|
||||
.`then`()
|
||||
|
||||
Reference in New Issue
Block a user