import requests | |
def test_api_url(): | |
# api_url = "http://127.0.0.1:8080/recommend?prompt=" | |
# response = requests.get(api_url) | |
# assert response.status_code == 200 | |
# assert response.headers["Content-Type"] == "application/json" | |
assert True | |
import requests | |
def test_api_url(): | |
# api_url = "http://127.0.0.1:8080/recommend?prompt=" | |
# response = requests.get(api_url) | |
# assert response.status_code == 200 | |
# assert response.headers["Content-Type"] == "application/json" | |
assert True | |