fix comment

This commit is contained in:
buyuxiang
2022-05-24 20:50:53 +08:00
parent 361aef5da9
commit 957f49b367
19 changed files with 82 additions and 1204 deletions
@@ -7,9 +7,9 @@ import (
)
var (
collectionPath = "../../../examples/data/postman2case/demo.json"
collectionProfileOverridePath = "../../../examples/data/postman2case/profile_override.yml"
collectionProfilePath = "../../../examples/data/postman2case/profile.yml"
collectionPath = "../../../examples/data/postman/postman_collection.json"
collectionProfileOverridePath = "../../../examples/data/postman/profile_override.yml"
collectionProfilePath = "../../../examples/data/postman/profile.yml"
)
var converterPostman = NewConverterPostman(NewTCaseConverter(collectionPath))