@@ -42,7 +42,7 @@ func TestAccessError(t *testing.T) {
4242 "database:\" /local\" ," +
4343 "credentials:\" Anonymous{}\" " +
4444 "): 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)`" ,
4646 },
4747 {
4848 err : AccessError (
@@ -57,7 +57,7 @@ func TestAccessError(t *testing.T) {
5757 "database:\" /local\" ," +
5858 "credentials:\" Anonymous{From:\\ \" TestAccessError\\ \" }\" " +
5959 "): 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)`" ,
6161 },
6262 {
6363 err : AccessError (
@@ -72,7 +72,7 @@ func TestAccessError(t *testing.T) {
7272 "database:\" /local\" ," +
7373 "credentials:\" AccessToken{Token:\\ \" ****(CRC-32c: 9B7801F4)\\ \" }\" " +
7474 "): 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)`" ,
7676 },
7777 {
7878 err : AccessError (
@@ -87,7 +87,7 @@ func TestAccessError(t *testing.T) {
8787 "database:\" /local\" ," +
8888 "credentials:\" AccessToken{Token:\\ \" ****(CRC-32c: 9B7801F4)\\ \" ,From:\\ \" TestAccessError\\ \" }\" " +
8989 "): 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)`" ,
9191 },
9292 {
9393 err : AccessError (
@@ -106,7 +106,7 @@ func TestAccessError(t *testing.T) {
106106 "database:\" /local\" ," +
107107 "credentials:\" Static{User:\\ \" USER\\ \" ,Password:\\ \" SEC**********RD\\ \" ,Token:\\ \" ****(CRC-32c: 00000000)\\ \" }\" " + //nolint:lll
108108 "): 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)`" ,
110110 },
111111 {
112112 err : AccessError (
@@ -125,7 +125,7 @@ func TestAccessError(t *testing.T) {
125125 "database:\" /local\" ," +
126126 "credentials:\" Static{User:\\ \" USER\\ \" ,Password:\\ \" SEC**********RD\\ \" ,Token:\\ \" ****(CRC-32c: 00000000)\\ \" ,From:\\ \" TestAccessError\\ \" }\" " + //nolint:lll
127127 "): 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)`" ,
129129 },
130130 {
131131 err : AccessError (
@@ -140,7 +140,7 @@ func TestAccessError(t *testing.T) {
140140 "database:\" /local\" ," +
141141 "credentials:\" github.com/ydb-platform/ydb-go-sdk/v3/internal/credentials.customCredentials\" " +
142142 "): 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)`" ,
144144 },
145145 {
146146 err : AccessError (
@@ -155,7 +155,7 @@ func TestAccessError(t *testing.T) {
155155 "database:\" /local\" ," +
156156 "credentials:\" Anonymous{}\" " +
157157 "): 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)`" ,
159159 },
160160 } {
161161 t .Run ("" , func (t * testing.T ) {
0 commit comments