Skip to content

Commit 26aa1ce

Browse files
author
lec-bit
committed
update2
Signed-off-by: lec-bit <glfhzmy@126.com>
1 parent b6549a4 commit 26aa1ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ require (
1717
github.com/hashicorp/go-multierror v1.1.1
1818
github.com/miekg/dns v1.1.62
1919
github.com/prometheus/client_golang v1.20.5
20-
github.com/prometheus/common v0.60.1
2120
github.com/sirupsen/logrus v1.9.3
2221
github.com/spf13/cobra v1.8.1
2322
github.com/spf13/pflag v1.0.5
@@ -159,6 +158,7 @@ require (
159158
github.com/planetscale/vtprotobuf v0.6.1-0.20240409071808-615f978279ca // indirect
160159
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
161160
github.com/prometheus/client_model v0.6.1 // indirect
161+
github.com/prometheus/common v0.60.1 // indirect
162162
github.com/prometheus/procfs v0.15.1 // indirect
163163
github.com/prometheus/prometheus v0.55.0 // indirect
164164
github.com/quic-go/qpack v0.5.1 // indirect

test/e2e/restart_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ import (
4141

4242
func TestKmeshRestart(t *testing.T) {
4343
framework.NewTest(t).Run(func(t framework.TestContext) {
44-
src := apps.All
45-
dst := apps.EnrolledToKmesh
44+
src := apps.EnrolledToKmesh[0]
45+
dst := apps.All
4646
options := echo.CallOptions{
4747
To: dst,
4848
Count: 1,

0 commit comments

Comments
 (0)