confluentinc / ducktape

System integration and performance tests
11 stars 93 forks source link

cleaner logging for a passing test #313

Closed stan-is-hate closed 2 years ago

stan-is-hate commented 2 years ago

We don't need the TEST bit; and we can simply print the string value rather than 'to_json' - because it evaluates to that string value anyway. If we wanted to future-proof this, we would change all the places where we print the status, but I don't think there's any point in doing so