Skip to content

Commit a40fe97

Browse files
committed
Add more info to print
1 parent c8e9cd3 commit a40fe97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/runner/simple.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ func RunTestCase(testcase *testing.TestCase) (err error) {
4343
request.Header.Add(key, val)
4444
}
4545

46+
fmt.Println("start to send request to", testcase.Request.API)
47+
4648
// send the HTTP request
4749
var resp *http.Response
4850
if resp, err = client.Do(request); err != nil {

0 commit comments

Comments
 (0)