Skip to content

Commit

Permalink
Update test_startup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Sep 6, 2023
1 parent aa3e202 commit 1ca8523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyflask/tests/test_startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

def test_preload_imports(client):
"""Verify that the preload import endpoint returned good status."""
result = get("startup", client)
result = get("startup/preload-imports", client)
assert result == True

0 comments on commit 1ca8523

Please sign in to comment.