From df19454bf3e16f1d8525c0ba3513c5ff229ed779 Mon Sep 17 00:00:00 2001 From: Remco Tukker <remco.tukker@geant.org> Date: Fri, 1 Sep 2023 15:43:24 +0200 Subject: [PATCH] added back lost commit --- test/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/conftest.py b/test/conftest.py index 17cd4516..638a3f21 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -354,6 +354,7 @@ def test_traffic_data(app): to_external=1000 ) ) + db.session.commit() @pytest.fixture -- GitLab