Skip to content

Commit

Permalink
Fix spacing issue in test_integration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Jan 25, 2024
1 parent 5a48fe3 commit 4c2fc90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c2fc90

Please sign in to comment.