File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
github.com/rs/zerolog v1.34.0
22
22
github.com/sirupsen/logrus v1.9.3
23
23
github.com/spf13/cobra v1.10.1
24
- github.com/stretchr/testify v1.10.0
24
+ github.com/stretchr/testify v1.11.1
25
25
github.com/wI2L/jsondiff v0.7.0
26
26
golang.org/x/crypto v0.42.0
27
27
golang.org/x/net v0.44.0
Original file line number Diff line number Diff line change @@ -407,8 +407,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
407
407
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
408
408
github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
409
409
github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
410
- github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
411
- github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
410
+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
411
+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
412
412
github.com/tidwall/gjson v1.14.2 /go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk =
413
413
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY =
414
414
github.com/tidwall/gjson v1.18.0 /go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk =
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ func (suite *RedisProxyTestSuite) Test_RedisProxy_ManagedAgent_Argo() {
168
168
169
169
for idx := range podList .Items {
170
170
pod := podList .Items [idx ]
171
- if strings .Contains (pod .Name , "kustomize-guestbook-ui" ) && newPod .Name != oldPod .Name {
171
+ if strings .Contains (pod .Name , "kustomize-guestbook-ui" ) && pod .Name != oldPod .Name {
172
172
newPod = pod
173
173
break
174
174
}
@@ -363,7 +363,7 @@ func (suite *RedisProxyTestSuite) Test_RedisProxy_AutonomousAgent_Argo() {
363
363
364
364
for idx := range podList .Items {
365
365
pod := podList .Items [idx ]
366
- if strings .Contains (pod .Name , "kustomize-guestbook-ui" ) && newPod .Name != oldPod .Name {
366
+ if strings .Contains (pod .Name , "kustomize-guestbook-ui" ) && pod .Name != oldPod .Name {
367
367
newPod = pod
368
368
break
369
369
}
You can’t perform that action at this time.
0 commit comments