Skip to content

Commit

Permalink
rename and add package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
RemindD committed May 24, 2024
1 parent 1a7a19d commit 5d3ce4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions coa/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/eclipse-symphony/symphony/coa
go 1.19

replace github.com/eclipse-symphony/symphony/packages/mage => ../packages/mage
replace github.com/eclipse-symphony/symphony/api => ../api

require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestGet(t *testing.T) {
assert.Nil(t, err)
}

func TestInitWithMap(t *testing.T) {
func TestReportTargetProperty(t *testing.T) {
testK8s := os.Getenv("TEST_K8S")
if testK8s == "" {
t.Skip("Skipping because TEST_K8S enviornment variable is not set")
Expand Down

0 comments on commit 5d3ce4d

Please sign in to comment.