Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Jun 18, 2024
1 parent f904f3b commit ebecf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_sheets/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
)

app = FastAPI(
servers=[{"url": base_url, "description": "Google Sheets app server"}],
servers=[{"url": base_url, "description": "Weather app server"}],
version=__version__,
title="google-sheets",
)
Expand Down

0 comments on commit ebecf53

Please sign in to comment.