Skip to content

Commit

Permalink
change sample to test
Browse files Browse the repository at this point in the history
  • Loading branch information
chasinandrew committed Oct 23, 2023
1 parent e5c1d96 commit cd611bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/hello-python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

@app.route("/")
def hello_world():
"""Sample Deployment Test."""
"""Test Deployment Test."""
name = os.environ.get("NAME", "World")
return f"Hello {name}!"

Expand Down

0 comments on commit cd611bb

Please sign in to comment.