unskip server predict test

This commit is contained in:
Matthias Bisping 2022-05-12 11:16:02 +02:00
parent 41d94199ed
commit f5721560f3

View File

@ -77,7 +77,6 @@ def server_process(server, host_and_port, url):
@pytest.mark.parametrize("server_type", ["actual"])
@pytest.mark.skip()
def test_server_predict(url, real_pdf, real_expected_service_response):
response = requests.post(f"{url}/predict", data=real_pdf)
response.raise_for_status()