Skip to content

Commit c3bd56a

Browse files
committed
pr comments
1 parent b38e4ca commit c3bd56a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/integ/timeout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ def timeout_and_delete_endpoint_by_name(endpoint_name, sagemaker_session, second
7070
yield [t]
7171
finally:
7272
sagemaker_session.delete_endpoint(endpoint_name)
73-
LOGGER.info('deleted endpoint')
73+
LOGGER.info('deleted endpoint {}'.format(endpoint_name))

0 commit comments

Comments
 (0)