update to logging tests

This commit is contained in:
Krrish Dholakia 2023-09-01 12:09:14 -07:00
parent 1d73f05ae1
commit f30cb56b8d

View file

@ -177,6 +177,7 @@ try:
output = new_stdout.getvalue().strip() output = new_stdout.getvalue().strip()
print(output) print(output)
print(response)
if "Logging Details Pre-API Call" not in output: if "Logging Details Pre-API Call" not in output:
raise Exception("Required log message not found!") raise Exception("Required log message not found!")