Changed project name to be IPTV Manager Service
All checks were successful
AWS Deploy on Push / build (push) Successful in 8m29s
All checks were successful
AWS Deploy on Push / build (push) Successful in 8m29s
This commit is contained in:
@@ -16,7 +16,7 @@ def test_root_endpoint(client):
|
||||
"""Test root endpoint returns expected message"""
|
||||
response = client.get("/")
|
||||
assert response.status_code == 200
|
||||
assert response.json() == {"message": "IPTV Updater API"}
|
||||
assert response.json() == {"message": "IPTV Manager API"}
|
||||
|
||||
|
||||
def test_openapi_schema_generation(client):
|
||||
|
||||
Reference in New Issue
Block a user