add stat and fix get place

This commit is contained in:
2025-12-06 16:50:06 +07:00
parent dad8d1c3a2
commit 0fe8b77d12
13 changed files with 136 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ func TestGetApplication(t *testing.T) {
defer close()
createTeamResp, err := createTeam(client, "Тестовая команда")
assert.Nil(t, err, "запрос отправлену спешно")
assert.Nil(t, err, "запрос отправлен успешно")
team := createTeamResp.Teams[0]