Skip to content

Commit

Permalink
Pass cloud into azcontainerregistry test config
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Oct 10, 2024
1 parent ab74410 commit b66be01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/containers/azcontainerregistry/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func getEndpointCredAndClientOptions(t *testing.T) (string, azcore.TokenCredenti
transport, err := recording.NewRecordingHTTPClient(t, nil)
require.NoError(t, err)
options := azcore.ClientOptions{
Cloud: testConfig.cloud,
Transport: transport,
}
return "https://" + testConfig.loginServer, testConfig.credential, options
Expand Down

0 comments on commit b66be01

Please sign in to comment.