Was using an undefined name
Change-Id: I9003558dd58a43be605f66029a934c4febcc696e
This commit is contained in:
parent
c39f1034ca
commit
8ba36b7154
@ -181,7 +181,7 @@ def smoke_test(mail_host, metric_host):
|
||||
hour_ago_str)
|
||||
if received_num_metrics == initial_num_metrics:
|
||||
print('Did not receive any %s metrics while waiting' %
|
||||
metric_name + str(dimensions),
|
||||
metric_name + str(metric_dimensions),
|
||||
file=sys.stderr)
|
||||
else:
|
||||
delta = received_num_metrics - initial_num_metrics
|
||||
|
Loading…
Reference in New Issue
Block a user