mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 00:45:22 +00:00
remove temp. test skip (#313)
This commit is contained in:
parent
25b174952d
commit
9dda128caf
@ -1,7 +1,6 @@
|
||||
from http import HTTPStatus
|
||||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
import requests
|
||||
|
||||
from akkudoktoreos.config import CONFIG_FILE_NAME, load_config
|
||||
@ -18,7 +17,6 @@ def test_fixture_setup(server, tmp_path: Path) -> None:
|
||||
|
||||
def test_server(server, tmp_path: Path):
|
||||
"""Test the server."""
|
||||
pytest.skip() # temp skip test until 01.01.24
|
||||
result = requests.get(f"{server}/gesamtlast_simple?year_energy=2000&")
|
||||
assert result.status_code == HTTPStatus.OK
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user