generated from PenaSide/GolangTemplate
mergeconflicts
This commit is contained in:
parent
4f500f5ea5
commit
af89ff74fa
@ -16,7 +16,7 @@ func TestHistoryReport(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
jwtUtil := helpers.InitializeJWT()
|
||||
token, err := jwtUtil.Create("807f1f77bcf81cd799439077")
|
||||
// t.Log("TOKEN:", token)
|
||||
|
||||
if ok := assert.NoError(t, err); !ok {
|
||||
return
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@ import (
|
||||
"penahub.gitlab.yandexcloud.net/pena-services/customer/tests/helpers"
|
||||
)
|
||||
|
||||
var customerServiceBase string = os.Getenv("CUSTOMER_SERVICE")
|
||||
var customerServiceBase = os.Getenv("CUSTOMER_SERVICE")
|
||||
|
||||
func TestSetAccountVerificationStatusNO(t *testing.T) {
|
||||
jwtUtil := helpers.InitializeJWT()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user