Fix spacing issue in test_integration.py

This commit is contained in:
2024-01-25 09:30:36 -05:00
parent 5a48fe3684
commit 4c2fc905b6
+1
View File
@@ -155,6 +155,7 @@ def test_endpoints(neon, ensure_no_projects, random_name):
project = neon.project_create(project={"name": random_name()}).project
assert project.id
# List endpoints.
endpoints = neon.endpoints(project.id).endpoints
assert len(endpoints)