@@ -42,7 +42,7 @@ func TestAccessError(t *testing.T) {
42
42
"database:\" /local\" ," +
43
43
"credentials:\" Anonymous{}\" " +
44
44
"): test " +
45
- "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(access_error_test .go:33)`" , //nolint:lll
45
+ "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(errors_test .go:33)`" ,
46
46
},
47
47
{
48
48
err : AccessError (
@@ -57,7 +57,7 @@ func TestAccessError(t *testing.T) {
57
57
"database:\" /local\" ," +
58
58
"credentials:\" Anonymous{From:\\ \" TestAccessError\\ \" }\" " +
59
59
"): test " +
60
- "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(access_error_test .go:48)`" , //nolint:lll
60
+ "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(errors_test .go:48)`" ,
61
61
},
62
62
{
63
63
err : AccessError (
@@ -72,7 +72,7 @@ func TestAccessError(t *testing.T) {
72
72
"database:\" /local\" ," +
73
73
"credentials:\" AccessToken{Token:\\ \" ****(CRC-32c: 9B7801F4)\\ \" }\" " +
74
74
"): test " +
75
- "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(access_error_test .go:63)`" , //nolint:lll
75
+ "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(errors_test .go:63)`" ,
76
76
},
77
77
{
78
78
err : AccessError (
@@ -87,7 +87,7 @@ func TestAccessError(t *testing.T) {
87
87
"database:\" /local\" ," +
88
88
"credentials:\" AccessToken{Token:\\ \" ****(CRC-32c: 9B7801F4)\\ \" ,From:\\ \" TestAccessError\\ \" }\" " +
89
89
"): test " +
90
- "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(access_error_test .go:78)`" , //nolint:lll
90
+ "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(errors_test .go:78)`" ,
91
91
},
92
92
{
93
93
err : AccessError (
@@ -106,7 +106,7 @@ func TestAccessError(t *testing.T) {
106
106
"database:\" /local\" ," +
107
107
"credentials:\" Static{User:\\ \" USER\\ \" ,Password:\\ \" SEC**********RD\\ \" ,Token:\\ \" ****(CRC-32c: 00000000)\\ \" }\" " + //nolint:lll
108
108
"): test " +
109
- "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(access_error_test .go:93)`" , //nolint:lll
109
+ "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(errors_test .go:93)`" ,
110
110
},
111
111
{
112
112
err : AccessError (
@@ -125,7 +125,7 @@ func TestAccessError(t *testing.T) {
125
125
"database:\" /local\" ," +
126
126
"credentials:\" Static{User:\\ \" USER\\ \" ,Password:\\ \" SEC**********RD\\ \" ,Token:\\ \" ****(CRC-32c: 00000000)\\ \" ,From:\\ \" TestAccessError\\ \" }\" " + //nolint:lll
127
127
"): test " +
128
- "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(access_error_test .go:112)`" , //nolint:lll
128
+ "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(errors_test .go:112)`" ,
129
129
},
130
130
{
131
131
err : AccessError (
@@ -140,7 +140,7 @@ func TestAccessError(t *testing.T) {
140
140
"database:\" /local\" ," +
141
141
"credentials:\" github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.customCredentials\" " +
142
142
"): test " +
143
- "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(access_error_test .go:131)`" , //nolint:lll
143
+ "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(errors_test .go:131)`" ,
144
144
},
145
145
{
146
146
err : AccessError (
@@ -155,7 +155,7 @@ func TestAccessError(t *testing.T) {
155
155
"database:\" /local\" ," +
156
156
"credentials:\" Anonymous{}\" " +
157
157
"): test " +
158
- "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(access_error_test .go:146)`" , //nolint:lll
158
+ "at `github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.TestAccessError(errors_test .go:146)`" ,
159
159
},
160
160
} {
161
161
t .Run ("" , func (t * testing.T ) {
0 commit comments