Skip to content

Commit

Permalink
fix:ports in config stubs (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamsouravjha committed Jan 30, 2024
1 parent 7e44c3b commit 06a7dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/service/generateConfig/generateConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ record:
filters:
- path: ""
host: ""
port: 0
ports: 0
test:
path: ""
# mandatory
Expand All @@ -67,7 +67,7 @@ test:
filters:
- path: ""
host: ""
port: 0
ports: 0
withCoverage: false
coverageReportPath: ""
`
Expand Down

0 comments on commit 06a7dea

Please sign in to comment.