mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-24 17:59:58 +08:00
bugfix: postman empty body options
This commit is contained in:
@@ -29,7 +29,6 @@ var har2caseCmd = &cobra.Command{
|
||||
}
|
||||
if flagCount > 1 {
|
||||
return errors.New("please specify at most one conversion flag")
|
||||
|
||||
}
|
||||
convert.Run(har2caseOutputType, har2caseOutputDir, har2caseProfilePath, args)
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user