Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abhipth committed May 4, 2021
1 parent ae9a9bd commit 8d73373
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/e2e/custom-networking/custom_networking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ import (
var _ = Describe("Custom Networking Test", func() {

var (
deployment *v1.Deployment
podList coreV1.PodList
podLabelKey string
podLabelVal string
port int
replicaCount int
deployment *v1.Deployment
podList coreV1.PodList
podLabelKey string
podLabelVal string
port int
replicaCount int
shouldConnect bool
)

Expand Down Expand Up @@ -87,7 +87,7 @@ var _ = Describe("Custom Networking Test", func() {

_, err := f.K8sResourceManagers.JobManager().
CreateAndWaitTillJobCompleted(testJob)
if shouldConnect {
if shouldConnect {
By("verifying connection to pod succeeds on port " + strconv.Itoa(port))
Expect(err).ToNot(HaveOccurred())
} else {
Expand Down

0 comments on commit 8d73373

Please sign in to comment.