Skip to content

Commit bd65b8c

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent ad49d8f commit bd65b8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def copy_data():
3030

3131
init_database(app)
3232

33+
3334
@pytest.fixture
3435
def client():
3536
app.config["REQUEST_COUNTER"] = 0

tests/test_models_routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from opengeodeweb_microservice.microservice.data import Data
77
from opengeodeweb_microservice.database.connection import get_session
88

9+
910
def test_model_mesh_components(client, test_id):
1011
route = f"/models/vtm_component_indices"
1112

0 commit comments

Comments
 (0)