mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Fix spacing issue in test_integration.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user