We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc70f02 commit 32af329Copy full SHA for 32af329
sdk/resourcemanager/cosmosforpostgresql/armcosmosforpostgresql/postgresqlhsc_live_test.go
@@ -395,7 +395,7 @@ func (testsuite *PostgresqlhscTestSuite) TestPrivateEndpointConnections() {
395
for privateEndpointConnectionsClientNewListByClusterPager.More() {
396
privateEndpointConnectionsClientListByClusterResponse, err := privateEndpointConnectionsClientNewListByClusterPager.NextPage(testsuite.ctx)
397
testsuite.Require().NoError(err)
398
- privateEndpointConnectionName = *privateEndpointConnectionsClientListByClusterResponse.Value[0].Name
+ privateEndpointConnectionName = *privateEndpointConnectionsClientListByClusterResponse.Value[0].Name
399
break
400
}
401
0 commit comments