Skip to content

Commit

Permalink
feat(glb monitor/pool): added header and weight field
Browse files Browse the repository at this point in the history
  • Loading branch information
KumarGanesanIBM committed Sep 4, 2020
2 parents b635a27 + 2bf19e4 commit 406f556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ var _ = Describe(`GlobalLoadBalancerMonitorV1`, func() {
"example": example,
"example1": example1,
}

options.SetHeader(test)
// create global load balancer monitor with type HTTP
result, response, err = testService.EditLoadBalancerMonitor(editOptions)
Expect(err).To(BeNil())
Expand Down
4 changes: 2 additions & 2 deletions zonesv1/zones_v1_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import (
"strings"

"github.com/IBM/go-sdk-core/core"
. "github.com/IBM/networking-go-sdk/zonesv1"
guuid "github.com/google/uuid"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
. "github.com/IBM/networking-go-sdk/zonesv1"
)

const configFile = "../cis.env"
Expand All @@ -27,7 +27,7 @@ func shouldSkipTest() {
}
}

var _ = Describe(`zoneratelimitsv1`, func() {
var _ = Describe(`zonesv1_test`, func() {
if _, err := os.Stat(configFile); err != nil {
configLoaded = false
}
Expand Down

0 comments on commit 406f556

Please sign in to comment.