@@ -6701,7 +6701,7 @@ func TestAddPackageRepository(t *testing.T) {
67016701 return request
67026702 },
67036703 expectedErrorCode : connect .CodeInvalidArgument ,
6704- expectedErrorString : "secret name is not provided" ,
6704+ expectedErrorString : "the secret name is not provided" ,
67056705 },
67066706 {
67076707 name : "validate auth (user managed, secret does not exist)" ,
@@ -6739,7 +6739,7 @@ func TestAddPackageRepository(t *testing.T) {
67396739 return request
67406740 },
67416741 expectedErrorCode : connect .CodeInvalidArgument ,
6742- expectedErrorString : "secret does not match" ,
6742+ expectedErrorString : "the secret does not match" ,
67436743 },
67446744 {
67456745 name : "validate auth (plugin managed, invalid config, basic auth)" ,
@@ -6750,7 +6750,7 @@ func TestAddPackageRepository(t *testing.T) {
67506750 return request
67516751 },
67526752 expectedErrorCode : connect .CodeInvalidArgument ,
6753- expectedErrorString : "missing basic auth" ,
6753+ expectedErrorString : "Missing basic auth" ,
67546754 },
67556755 {
67566756 name : "validate auth (plugin managed, invalid config, docker)" ,
@@ -6764,7 +6764,7 @@ func TestAddPackageRepository(t *testing.T) {
67646764 return request
67656765 },
67666766 expectedErrorCode : connect .CodeInvalidArgument ,
6767- expectedErrorString : "missing Docker Config auth" ,
6767+ expectedErrorString : "Missing Docker Config auth" ,
67686768 },
67696769 {
67706770 name : "validate auth (plugin managed, invalid config, ssh auth)" ,
@@ -7346,7 +7346,7 @@ func TestUpdatePackageRepository(t *testing.T) {
73467346 return request
73477347 },
73487348 expectedErrorCode : connect .CodeInvalidArgument ,
7349- expectedStatusString : "secret name is not provided" ,
7349+ expectedStatusString : "the secret name is not provided" ,
73507350 },
73517351 {
73527352 name : "validate auth (user managed, secret does not exist)" ,
@@ -7362,7 +7362,7 @@ func TestUpdatePackageRepository(t *testing.T) {
73627362 return request
73637363 },
73647364 expectedErrorCode : connect .CodeInvalidArgument ,
7365- expectedStatusString : "not found" ,
7365+ expectedStatusString : "Not found" ,
73667366 },
73677367 {
73687368 name : "validate auth (user managed, secret is incompatible)" ,
@@ -7381,7 +7381,7 @@ func TestUpdatePackageRepository(t *testing.T) {
73817381 return request
73827382 },
73837383 expectedErrorCode : connect .CodeInvalidArgument ,
7384- expectedStatusString : "secret does not match" ,
7384+ expectedStatusString : "Secret does not match" ,
73857385 },
73867386 {
73877387 name : "validate auth (plugin managed, invalid config, basic auth)" ,
@@ -7392,7 +7392,7 @@ func TestUpdatePackageRepository(t *testing.T) {
73927392 return request
73937393 },
73947394 expectedErrorCode : connect .CodeInvalidArgument ,
7395- expectedStatusString : "missing basic auth" ,
7395+ expectedStatusString : "Missing basic auth" ,
73967396 },
73977397 {
73987398 name : "validate auth (plugin managed, invalid config, docker)" ,
0 commit comments