Skip to content

Commit

Permalink
refactor:filter, stub and passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamsouravjha committed Jan 29, 2024
1 parent af9f7b5 commit 77cb6cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func NewCmdTest(logger *zap.Logger) *Test {
}
}


func ReadTestConfig(configPath string) (*models.Test, error) {
file, err := os.OpenFile(configPath, os.O_RDONLY, os.ModePerm)
if err != nil {
Expand Down

0 comments on commit 77cb6cd

Please sign in to comment.