remove log, formatting
This commit is contained in:
parent
68f35280c3
commit
f3aee7ea03
@ -21,7 +21,6 @@ request1.setHeaders(headers)
|
||||
utilities = HTTPPluginControl.getHTTPUtilities()
|
||||
test1.record(request1)
|
||||
random=java.util.Random()
|
||||
log = grinder.logger.info
|
||||
|
||||
class TestRunner:
|
||||
def __call__(self):
|
||||
@ -33,7 +32,6 @@ class TestRunner:
|
||||
|
||||
result = request1.GET("http://localhost:8080/rewards/find/"+ customerId)
|
||||
rwdId = parseJsonString(result.getText(), "id")
|
||||
log("rwdid %s" % rwdId)
|
||||
|
||||
if rwdId == "":
|
||||
result = request1.POST("http://localhost:8080/rewards/add", "{"'"customerId"'":"+ customerId + "}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user