коммит произвёл
GitHub
родитель
f290745496
Коммит
c3ed07e679
@@ -18,8 +18,8 @@ func newValidOutgoingOAuthConnection() *OutgoingOAuthConnection {
|
||||
Name: "Test Connection",
|
||||
ClientId: NewId(),
|
||||
ClientSecret: NewId(),
|
||||
CredentialsUsername: NewString(NewId()),
|
||||
CredentialsPassword: NewString(NewId()),
|
||||
CredentialsUsername: NewPointer(NewId()),
|
||||
CredentialsPassword: NewPointer(NewId()),
|
||||
OAuthTokenURL: "https://nowhere.com/oauth/token",
|
||||
GrantType: OutgoingOAuthConnectionGrantTypeClientCredentials,
|
||||
CreateAt: GetMillis(),
|
||||
|
||||
Ссылка в новой задаче
Block a user