Check your credentials from session
Этот коммит содержится в:
@@ -10,6 +10,7 @@ import (
|
||||
"net/http"
|
||||
"testing"
|
||||
"time"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func TestCreatePost(t *testing.T) {
|
||||
@@ -534,6 +535,10 @@ func TestDeletePosts(t *testing.T) {
|
||||
|
||||
Client.LoginByEmail(team.Domain, userAdmin.Email, "pwd")
|
||||
|
||||
fmt.Println(userAdmin.Email)
|
||||
fmt.Println(team.Email)
|
||||
fmt.Println(userAdmin.Roles)
|
||||
|
||||
Client.Must(Client.DeletePost(channel1.Id, post4.Id))
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user