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