tweak output formatting
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2024-01-10 09:40:31 +11:00
parent a31b01af4d
commit 509f687d6b
6 changed files with 126 additions and 11 deletions

View File

@@ -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 {