Skip to content

Commit

Permalink
fix: the grpc connect is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Oct 10, 2024
1 parent 7de67ca commit 26907cc
Show file tree
Hide file tree
Showing 9 changed files with 252 additions and 411 deletions.
3 changes: 3 additions & 0 deletions e2e/test-suite-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ items:
}
expect:
bodyFieldsExpect:
request.api: /GetTestSuite
request.method: POST
request.body: good
server: http://localhost:8080/server.Runner
- name: duplicateTestCase
request:
api: /suites/{{.param.suiteName}}/cases/{{.param.caseName}}/duplicate
Expand Down
2 changes: 1 addition & 1 deletion pkg/runner/monitor/monitor.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/runner/monitor/monitor_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/server/server.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

268 changes: 54 additions & 214 deletions pkg/server/server.pb.gw.go

Large diffs are not rendered by default.

Loading

0 comments on commit 26907cc

Please sign in to comment.