mirror of https://github.com/harness/drone.git
24 lines
434 B
Go
24 lines
434 B
Go
// Copyright 2021 Harness Inc. All rights reserved.
|
|
// Use of this source code is governed by the Polyform Free Trial License
|
|
// that can be found in the LICENSE.md file for this repository.
|
|
|
|
package account
|
|
|
|
import "testing"
|
|
|
|
func TestLogin(t *testing.T) {
|
|
t.Skip()
|
|
}
|
|
|
|
func TestLogin_NotFound(t *testing.T) {
|
|
t.Skip()
|
|
}
|
|
|
|
func TestLogin_BcryptError(t *testing.T) {
|
|
t.Skip()
|
|
}
|
|
|
|
func TestLogin_TokenError(t *testing.T) {
|
|
t.Skip()
|
|
}
|