Skip to content

Commit 2214e43

Browse files
committed
Add missing newline after endpoint creation in TestEndpointsApi
1 parent ca38a72 commit 2214e43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/smoke/test_endpoints_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def test_get_endpoint(self):
128128
self.account_id,
129129
create_request
130130
)
131+
131132
endpoint_id = create_response.data.endpoint_id
132133
self.endpoint_id_array.append(endpoint_id)
133134

0 commit comments

Comments
 (0)