Skip to content
Snippets Groups Projects
Commit 1ede027f authored by Eva Bardou's avatar Eva Bardou :frog:
Browse files

Update blob references in unit tests to fix the CI

parent 496d3ff2
No related branches found
No related tags found
1 merge request!153Update blob references in unit tests to fix the CI
Pipeline #204162 passed
*.pyc
*.egg-info/
.tox/
......@@ -6,6 +6,8 @@ from pytest_lazy_fixtures import lf as lazy_fixture
from doc_ufcn import models
BLOB_REFERENCE = "0bdb94c369a902c0f7ffa864d744afa00128308c"
@pytest.mark.parametrize(
("name", "version", "expected_model_path", "expected_parameters", "correct_name"),
......@@ -22,7 +24,7 @@ from doc_ufcn import models
/ "doc-ufcn-generic-page"
/ "models--Teklia--doc-ufcn-generic-page"
/ "snapshots"
/ "21f246af42990ca668e3c2bad69c6e4ae727a0cd"
/ BLOB_REFERENCE
),
lazy_fixture("test_parameters"),
True,
......@@ -41,7 +43,7 @@ from doc_ufcn import models
/ "doc-ufcn-generic-page"
/ "models--Teklia--doc-ufcn-generic-page"
/ "snapshots"
/ "21f246af42990ca668e3c2bad69c6e4ae727a0cd"
/ BLOB_REFERENCE
),
lazy_fixture("test_parameters"),
True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment