From 57f20bd89c853130a294a313522e236396b4fe5e Mon Sep 17 00:00:00 2001 From: Vladislav Date: Thu, 22 May 2025 23:21:05 +0300 Subject: [PATCH] ya ustal --- app.py | 2 +- test_app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 00f2c68..0bbc047 100644 --- a/app.py +++ b/app.py @@ -8,4 +8,4 @@ def hello(): if __name__ == '__main__': - app.run(host='0.0.0.0', port=5000) \ No newline at end of file + app.run(host='0.0.0.0', port=5000) diff --git a/test_app.py b/test_app.py index cee46e7..1a416d9 100644 --- a/test_app.py +++ b/test_app.py @@ -6,4 +6,4 @@ def test_hello(): with app.test_client() as client: response = client.get('/') assert response.data == b'Hello, DevOps!' - assert response.status_code == 200 \ No newline at end of file + assert response.status_code == 200