Skip to content

Commit

Permalink
refactor:filter update
Browse files Browse the repository at this point in the history
Signed-off-by: shivamsouravjha <shivamsouravjha@gmail.com>
  • Loading branch information
shivamsouravjha committed Jan 18, 2024
1 parent 09b8e67 commit 2a1c7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/service/test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type TestOptions struct {
TestsetNoise models.TestsetNoise
WithCoverage bool
CoverageReportPath string
PassthroughHosts []string
PassthroughHosts []models.Filters
}

func NewTester(logger *zap.Logger) Tester {
Expand Down
2 changes: 1 addition & 1 deletion pkg/service/test/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type TestConfig struct {
WithCoverage bool
CoverageReportPath string
EnableTele bool
PassThroughHosts []string
PassThroughHosts []models.Filters
}

type RunTestSetConfig struct {
Expand Down

0 comments on commit 2a1c7a4

Please sign in to comment.