mergeconflicts

This commit is contained in:
skeris 2023-12-01 20:49:50 +03:00
parent 4f500f5ea5
commit af89ff74fa
2 changed files with 2 additions and 2 deletions

@ -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()