We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e9cd3 commit a40fe97Copy full SHA for a40fe97
pkg/runner/simple.go
@@ -43,6 +43,8 @@ func RunTestCase(testcase *testing.TestCase) (err error) {
43
request.Header.Add(key, val)
44
}
45
46
+ fmt.Println("start to send request to", testcase.Request.API)
47
+
48
// send the HTTP request
49
var resp *http.Response
50
if resp, err = client.Do(request); err != nil {
0 commit comments