drone/internal/api/handler/account/register_test.go
2022-08-09 12:37:37 -07:00

28 lines
496 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 TestRegiser(t *testing.T) {
t.Skip()
}
func TestRegiserAdmin(t *testing.T) {
t.Skip()
}
func TestRegiser_CreateError(t *testing.T) {
t.Skip()
}
func TestRegiser_BcryptError(t *testing.T) {
t.Skip()
}
func TestRegiser_TokenError(t *testing.T) {
t.Skip()
}