Skip to content

Commit

Permalink
Merge pull request #283 from openshift/dependabot/go_modules/tools/gi…
Browse files Browse the repository at this point in the history
…thub.com/onsi/ginkgo/v2-2.13.0

fix(deps): bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 in /tools
  • Loading branch information
openshift-ci[bot] authored Oct 10, 2023
2 parents 52ec9a1 + 338824b commit c4381c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration/apply_network_policies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ var _ = Describe("Apply Network Policies Phase", func() {
_client.Update(ctx, &secret)

np := addonNetworkPolicy(fmt.Sprintf("%s-ingress", operatorName), namespace)
_client.EventuallyObjectExists(ctx, &np, internaltesting.WithTimeout(10*time.Second))
_client.EventuallyObjectExists(ctx, &np, internaltesting.WithTimeout(30*time.Second))
})
})
})
Expand Down
2 changes: 1 addition & 1 deletion integration/status_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var _ = Describe("Status Controller", func() {
_client.Get(ctx, &addonInstance)

return addonInstance.Status.Conditions
}, 10*time.Second).Should(ContainElements(EqualCondition(expectedCondition)))
}, 30*time.Second).Should(ContainElements(EqualCondition(expectedCondition)))

fmt.Printf("%+v\n", addonInstance)

Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/golangci/golangci-lint v1.54.2
github.com/mikefarah/yq/v4 v4.35.2
github.com/onsi/ginkgo/v2 v2.12.1
github.com/onsi/ginkgo/v2 v2.13.0
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20220927155351-7399a3a595bf
sigs.k8s.io/controller-tools v0.13.0
sigs.k8s.io/kustomize/kustomize/v5 v5.1.1
Expand Down
4 changes: 2 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo/v2 v2.12.1 h1:uHNEO1RP2SpuZApSkel9nEh1/Mu+hmQe7Q+Pepg5OYA=
github.com/onsi/ginkgo/v2 v2.12.1/go.mod h1:TE309ZR8s5FsKKpuB1YAQYBzCaAfUgatB/xlT/ETL/o=
github.com/onsi/ginkgo/v2 v2.13.0 h1:0jY9lJquiL8fcf3M4LAXN5aMlS/b2BV86HFFPCPMgE4=
github.com/onsi/ginkgo/v2 v2.13.0/go.mod h1:TE309ZR8s5FsKKpuB1YAQYBzCaAfUgatB/xlT/ETL/o=
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k=
github.com/otiai10/copy v1.2.0/go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw=
Expand Down

0 comments on commit c4381c9

Please sign in to comment.