Skip to content

Commit becbe1e

Browse files
authored
Apply suggestions from code review
1 parent 5b62343 commit becbe1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/assets/with_docs_url_set.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
@app.get("/")
1010
def api_root():
11-
return {"message": "single file api"}
11+
return {"message": "any message"}

tests/assets/without_docs_url_set.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
@app.get("/")
1010
def api_root():
11-
return {"message": "single file api"}
11+
return {"message": "any message"}

0 commit comments

Comments
 (0)