Skip to content

Commit

Permalink
Refactor pkg name (Azure#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoBrendan authored Sep 19, 2023
1 parent b21cc04 commit 04b84a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/util/azureclient/applens/applens_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azcore/policy"
"github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime"

testhttp "github.com/Azure/ARO-RP/test/util/http"
testhttp "github.com/Azure/ARO-RP/test/util/http/server"
)

func TestEnsureErrorIsGeneratedOnResponse(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/azureclient/applens/applens_error_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azcore/policy"
"github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime"

testhttp "github.com/Azure/ARO-RP/test/util/http"
testhttp "github.com/Azure/ARO-RP/test/util/http/server"
)

func TestAppLensErrorOnEmptyResponse(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/azureclient/authz/remotepdp/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"

testhttp "github.com/Azure/ARO-RP/test/util/http"
testhttp "github.com/Azure/ARO-RP/test/util/http/server"
)

func TestClientCreate(t *testing.T) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package applens
package server

// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package applens
package server

// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.
Expand Down

0 comments on commit 04b84a2

Please sign in to comment.