fix(official-bots): auto-register official bots with account service #60

Merged
Janis merged 2 commits from worktree-fix+NCS-70-official-bots-auto-register into main 2026-06-05 09:49:31 +02:00
Showing only changes of commit c91953532a - Show all commits
@@ -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`()