Skip to content

Commit 63a2575

Browse files
committed
CSRE-183: Adding print statements
1 parent 41778b6 commit 63a2575

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sumologic/resource_sumologic_data_forwarding_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ func getTestParams() (string, string, string, string, string, string) {
1616
testAwsRoleArn := os.Getenv("SUMOLOGIC_TEST_ROLE_ARN")
1717
testAwsBucket := os.Getenv("SUMOLOGIC_TEST_BUCKET_NAME")
1818
testAwsRegion := os.Getenv("SUMOLOGIC_TEST_AWS_REGION")
19-
println("AWS Test Bucket:", testAwsBucket)
20-
println("AWS Test ARN:", testAwsRoleArn)
21-
println("AWS Test Region:", testAwsRegion)
19+
println("AWS Test Bucket: ", testAwsBucket)
20+
println("AWS Test ARN: ", testAwsRoleArn)
21+
println("AWS Test Region: ", testAwsRegion)
2222
return dataForwardingResourceName, destinationName, description, testAwsRegion, testAwsRoleArn, testAwsBucket
2323
}
2424

0 commit comments

Comments
 (0)