Skip to content

Commit

Permalink
changed to instance name
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 15, 2023
1 parent 7a031fc commit ab34f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/metricscaler/metricscaler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def preclean():
timestamp = int(timestamp)
if time.time() - timestamp > 3600:
warnings.warn(
f"Deleting leftover test instance: {instance.instance_id}"
f"Deleting leftover test instance: {instance.name}"
)
instance.delete()

Expand Down

0 comments on commit ab34f99

Please sign in to comment.