Remove incorrect comment
Change-Id: I1944a9876c221b22f17822970d8929079c0cf5ee
This commit is contained in:
@@ -52,10 +52,6 @@ def print_wrapped(text):
|
||||
|
||||
def print_task_states(flowdetail, msg):
|
||||
print_wrapped(msg)
|
||||
# NOTE(harlowja): for this example, just avoid printing uuids so that
|
||||
# we can correctly compare this output with the expected output, which
|
||||
# is used by our example test verification (uuids would be different each
|
||||
# time if we did not do this).
|
||||
print("Flow '%s' state: %s" % (flowdetail.name, flowdetail.state))
|
||||
# Sort by these so that our test validation doesn't get confused by the
|
||||
# order in which the items in the flow detail can be in.
|
||||
|
Reference in New Issue
Block a user