tweak output formatting
This commit is contained in:
@@ -25,7 +25,7 @@ func RunTest(testCase *TestCase) error {
|
||||
}
|
||||
client := &http.Client{Transport: tr}
|
||||
|
||||
fmt.Printf("\nRunning %s : %s\n", testCase.Name, testCase.Description)
|
||||
fmt.Printf("\nRunning %s : %s\n\n", testCase.Name, testCase.Description)
|
||||
|
||||
// Determine URL
|
||||
if len(testDefinitions.BaseUrl) > 0 {
|
||||
|
Reference in New Issue
Block a user