@@ -69,9 +69,9 @@ func TestGetPrivateLink(t *testing.T) {
69
69
"connections": [
70
70
{
71
71
"associationId": "received",
72
- "connectionId": 144019 ,
72
+ "connectionId": "vpce-con-12345678" ,
73
73
"type": "connection type",
74
- "ownerId": 12312312 ,
74
+ "ownerId": "123456789012" ,
75
75
"associationDate": "2024-07-16T09:26:40.929904847Z"
76
76
}
77
77
],
@@ -112,9 +112,9 @@ func TestGetPrivateLink(t *testing.T) {
112
112
ShareName : redis .String ("share name" ),
113
113
Connections : []* pl.PrivateLinkConnection {{
114
114
AssociationId : redis .String ("received" ),
115
- ConnectionId : redis .Int ( 144019 ),
115
+ ConnectionId : redis .String ( "vpce-con-12345678" ),
116
116
Type : redis .String ("connection type" ),
117
- OwnerId : redis .Int ( 12312312 ),
117
+ OwnerId : redis .String ( "123456789012" ),
118
118
AssociationDate : redis .String ("2024-07-16T09:26:40.929904847Z" ),
119
119
}},
120
120
Databases : []* pl.PrivateLinkDatabase {{
@@ -272,9 +272,9 @@ func TestGetActiveActivePrivateLink(t *testing.T) {
272
272
"connections": [
273
273
{
274
274
"associationId": "received",
275
- "connectionId": 144019 ,
275
+ "connectionId": "vpce-con-12345678" ,
276
276
"type": "connection type",
277
- "ownerId": 12312312 ,
277
+ "ownerId": "123456789012" ,
278
278
"associationDate": "2024-07-16T09:26:40.929904847Z"
279
279
}
280
280
],
@@ -316,9 +316,9 @@ func TestGetActiveActivePrivateLink(t *testing.T) {
316
316
ShareName : redis .String ("share name" ),
317
317
Connections : []* pl.PrivateLinkConnection {{
318
318
AssociationId : redis .String ("received" ),
319
- ConnectionId : redis .Int ( 144019 ),
319
+ ConnectionId : redis .String ( "vpce-con-12345678" ),
320
320
Type : redis .String ("connection type" ),
321
- OwnerId : redis .Int ( 12312312 ),
321
+ OwnerId : redis .String ( "123456789012" ),
322
322
AssociationDate : redis .String ("2024-07-16T09:26:40.929904847Z" ),
323
323
}},
324
324
Databases : []* pl.PrivateLinkDatabase {{
0 commit comments