Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed May 4, 2024
1 parent 2e45661 commit 362b9c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func deleteEventHub(t *testing.T, adminClient *eventhub.HubManager) {
func createContainer(t *testing.T) azblob.ContainerURL {
// Create Blob Container
credential, endpoint, err := azure.ParseAzureStorageBlobConnection(
context.Background(), kedav1alpha1.AuthPodIdentity{Provider: kedav1alpha1.PodIdentityProviderNone},
context.Background(), kedav1alpha1.AuthPodIdentity{Provider: kedav1alpha1.PodIdentityProviderNone},
storageConnectionString, "", "")
assert.NoErrorf(t, err, "cannot parse storage connection string - %s", err)

Expand Down

0 comments on commit 362b9c1

Please sign in to comment.